in/==
This commit is contained in:
parent
cc51dbe3b0
commit
441b47fb55
|
@ -99,7 +99,7 @@ def main():
|
|||
|
||||
if input in ('', 'y'):
|
||||
break
|
||||
elif input in 'n':
|
||||
elif input == 'n':
|
||||
print 'Aborted!'
|
||||
sys.exit()
|
||||
|
||||
|
|
Loading…
Reference in New Issue