mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 11:31:57 -04:00
Disable autojunk for python difflib (#1001)
This commit is contained in:
parent
2147be19de
commit
cb74a8c80e
@ -565,7 +565,7 @@ class Compare:
|
||||
orig_asm = [x[1] for x in orig_combined]
|
||||
recomp_asm = [x[1] for x in recomp_combined]
|
||||
|
||||
diff = difflib.SequenceMatcher(None, orig_asm, recomp_asm)
|
||||
diff = difflib.SequenceMatcher(None, orig_asm, recomp_asm, autojunk=False)
|
||||
ratio = diff.ratio()
|
||||
|
||||
if ratio != 1.0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user