Fix error message on interrupts

pull/984/head
AnyKeyShik Rarity 4 years ago committed by Disconnect3d
parent 5c0627d65b
commit 9448cf5543

@ -64,7 +64,7 @@ arch_to_CS = {
DEBUG = False
def debug(fmt, args):
def debug(fmt, args=""):
if DEBUG: print(fmt % args)

Loading…
Cancel
Save