proton: Fix typo
This commit is contained in:
parent
f9b5a08495
commit
7081022403
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
@ -485,7 +485,7 @@ if sys.version_info[0] == 2:
|
|||
elif sys.version_info[0] == 3:
|
||||
binary_stdout = sys.stdout.buffer
|
||||
else:
|
||||
raise Exception("Unsuported python version")
|
||||
raise Exception("Unsupported python version")
|
||||
|
||||
#determine mode
|
||||
if sys.argv[1] == "run":
|
||||
|
|
Loading…
Reference in a new issue