This commit is contained in:
Anthony Plunkett 2016-02-09 17:23:56 -04:00
parent cc51dbe3b0
commit 441b47fb55
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def main():
if input in ('', 'y'):
break
elif input in 'n':
elif input == 'n':
print 'Aborted!'
sys.exit()