ui: nicer output

This commit is contained in:
Dobin
2024-02-19 20:34:31 +00:00
parent 2f9ba27ed1
commit fb23835d51
9 changed files with 22 additions and 22 deletions
+2 -3
View File
@@ -43,9 +43,8 @@ def project():
# handle special cases
if '_orig' in file:
asm_a = data
if '_cleanup' in file:
if '_updated' in file:
asm_b = data
data = highlight(data, NasmLexer(), HtmlFormatter(full=False))
elif '_shc' in file:
if '.txt' in file:
@@ -88,7 +87,7 @@ def project():
}
log_files.append(entry)
id += 1
asm_a = ""
#asm_a = ""
asm_b = ""