mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Cuter output.
This commit is contained in:
parent
e5b2459665
commit
d31b672634
@ -201,6 +201,9 @@ if __name__ == '__main__':
|
|||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
print
|
||||||
|
output("""It looks like you cancelled out of this script before it was
|
||||||
|
finished. Obviously, nothing was written, but just run this script
|
||||||
|
again whenever you want to generate a template for a plugin.""")
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user