never show a comma in front of a 7 on a newline

original-commit-id: e04a7aa37585162d366d2075b378946ca8484429
This commit is contained in:
Bryan Bishop 2012-05-11 14:50:53 -05:00
parent 7d420327f2
commit 25e4f54e5a

View File

@ -2247,7 +2247,7 @@ class MainText(TextCommand):
output += "\""
was_comma = False
if not was_comma:
if not was_comma and not new_line:
output += ", "
output += "$%.2x\n" % (byte)