mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-06 19:25:23 +00:00
refactored
This commit is contained in:
parent
b0230ce8f7
commit
669c2771ed
@ -10,7 +10,7 @@ import sys
|
||||
|
||||
print(len(sys.argv))
|
||||
|
||||
if not len(sys.argv)==2:
|
||||
if len(sys.argv) != 2:
|
||||
print("Error: no argument provided or too many arguments provided.\nUse 'something like this' to execute commands with spaces.")
|
||||
exit()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user