Skip to content

Commit cea7d79

Browse files
committed
Merge branch 'fix/pyinstaller' into 'master'
fix: Use absolute import in __main__ for pyinstaller/pyinstaller#2560 Closes IDFGH-14380 See merge request espressif/esp-idf-monitor!79
2 parents d798679 + 466235f commit cea7d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp_idf_monitor/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .idf_monitor import main
1+
from esp_idf_monitor.idf_monitor import main
22

33
if __name__ == '__main__':
44
main()

0 commit comments

Comments
 (0)