mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Issue #69 Fix NameError in script
This commit is contained in:
@@ -395,7 +395,7 @@ while True:
|
|||||||
UserWantsIt = input ('Answer "y" or "n": ')
|
UserWantsIt = input ('Answer "y" or "n": ')
|
||||||
if UserWantsIt.upper() == 'N':
|
if UserWantsIt.upper() == 'N':
|
||||||
print ('You answered "N", so we exit without doing anything. Try "python CSL2XSBpy -h" for help.')
|
print ('You answered "N", so we exit without doing anything. Try "python CSL2XSBpy -h" for help.')
|
||||||
exit()
|
sys.exit()
|
||||||
if UserWantsIt.upper() == 'Y':
|
if UserWantsIt.upper() == 'Y':
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user