Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Update nuitka-sa.py
Browse files Browse the repository at this point in the history
beautify the invocation protocol
  • Loading branch information
JorjMcKie committed Mar 18, 2019
1 parent 9a900ef commit 68a8eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuitka-sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
new_sysargs.extend(sys.argv[1:])

sys.argv = new_sysargs
print("Invoking NUITKA with these options:")
for o in sys.argv[1:]:
print("NUITKA is compiling '%s' with these options:" % sys.argv[-1])
for o in sys.argv[1:-1]:
print(" " + o)
print(" ")

Expand Down

0 comments on commit 68a8eb6

Please sign in to comment.