We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f9522 commit ac82897Copy full SHA for ac82897
build.py
@@ -1,7 +1,8 @@
1
-import PyInstaller.__main__
2
import site
3
import sys
4
+import PyInstaller.__main__
5
+
6
7
def main() -> None:
8
executable_name = sys.argv[1]
0 commit comments