Bugs introduced in last commit

This commit is contained in:
rocky
2020-04-04 10:26:46 -04:00
parent e8e7d2086d
commit f6a13302fb
3 changed files with 14 additions and 18 deletions

View File

@@ -539,7 +539,7 @@ class Scanner3(Scanner):
if show_asm in ("both", "after"):
for t in tokens:
print(t.format(line_prefix=))
print(t.format(line_prefix=""))
print()
return tokens, customize