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:
parent
9296916004
commit
bf64421cfc
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue