mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Made output in case of Ctrl-C prettier.
This commit is contained in:
parent
2175bd72f3
commit
15b67670db
@ -619,6 +619,8 @@ if __name__ == '__main__':
|
||||
try:
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
myPrint("""Well, it looked like you cancelled out of the wizard before
|
||||
print
|
||||
print
|
||||
myPrint("""Well, it looks like you cancelled out of the wizard before
|
||||
it was done. Unfortunately, I didn't get to write anything to file.
|
||||
Please run the wizard again to completion.""")
|
||||
|
Loading…
Reference in New Issue
Block a user