mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
reccmp: fixed typo
This commit is contained in:
parent
b080766321
commit
4a1e3a5b7e
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ def parse_asm(file, addr, size):
|
|||
# If html, record the diffs to an HTML file
|
||||
if html:
|
||||
escaped = '\\n'.join(udiff).replace('"', '\\"').replace('\n', '\\n').replace('<', '<').replace('>', '>')
|
||||
htmlinsert.append('{address: "%s", name: "%s", matching: %s, diff: "%s"}' % (hex(addr), recinfo.name, str(ratio), escape))
|
||||
htmlinsert.append('{address: "%s", name: "%s", matching: %s, diff: "%s"}' % (hex(addr), recinfo.name, str(ratio), escaped))
|
||||
|
||||
except UnicodeDecodeError:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue