This pull request was supposet to have a bug. But someone doesn't agree

Co-Authored-By: Caelean Barnes <5150563+caelean@users.noreply.github.com>
This commit is contained in:
Manuelraa 2019-11-10 14:31:50 +01:00 committed by GitHub
parent 9296916004
commit bf64421cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ def dont_crash(msg, sign=False):
if good_name in ("+", "-", "/", "*"):
return good_name
else:
print("{0} not supported".fomrat(good_name))
print("{0} not supported".format(good_name))
except KeyboardInterrupt:
print("\nNo escape now!") # But still have to catch this one
else: