Skip to content

Commit

Permalink
Merge branch 'fix/pyinstaller' into 'master'
Browse files Browse the repository at this point in the history
fix: Use absolute import in __main__ for pyinstaller/pyinstaller#2560

Closes IDFGH-14380

See merge request espressif/esp-idf-monitor!79
  • Loading branch information
peterdragun committed Jan 10, 2025
2 parents d798679 + 466235f commit cea7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp_idf_monitor/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .idf_monitor import main
from esp_idf_monitor.idf_monitor import main

if __name__ == '__main__':
main()

0 comments on commit cea7d79

Please sign in to comment.