mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Added a more descriptive return message on KeyboardInterrupt.
This commit is contained in:
parent
b727890b15
commit
ccad26f792
@ -609,4 +609,6 @@ if __name__ == '__main__':
|
||||
try:
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
myPrint("""Well, it looked 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