reccmp: Unique addresses and stub reporting (#554)

This commit is contained in:
MS
2024-02-13 20:25:51 -05:00
committed by GitHub
parent eb3b339454
commit 1b696e4bd8
8 changed files with 326 additions and 99 deletions

View File

@@ -4,6 +4,9 @@ import colorama
def print_diff(udiff, plain):
if udiff is None:
return False
has_diff = False
for line in udiff:
has_diff = True