File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def _check_environment():
152152 # --------------------------------------------------------------------------------------------------------------
153153 # | OS | Variable | CPython | Nuitka | PyInstaller |
154154 # |------------------------------------------------------------------------------------------------------------|
155- # | Lin | argv | ['./script .py', '-h'] | ['./test', '-h'] | ['./test.py', -h'] |
155+ # | Lin | argv | ['./test .py', '-h'] | ['./test', '-h'] | ['./test.py', -h'] |
156156 # | Lin | sys.executable | /usr/bin/python3.4 | /usr/bin/python3.4 | /absolute/path/to/test |
157157 # | Win | argv | ['C:\\Python\\test.py', '-h'] | ['test', '-h'] | ['test', '-h'] |
158158 # | Win | sys.executable | C:\Python\python.exe | C:\Python\Python.exe | C:\absolute\path\to\test.exe |
You can’t perform that action at this time.
0 commit comments