mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-18 14:01:16 +00:00
print debug info because now it literally only doesn't work on fucking github actions
This commit is contained in:
parent
ae7d04e0e7
commit
fbc382c182
@ -125,7 +125,7 @@ def get_wine_path(fn):
|
|||||||
# Convert filename to Wine path
|
# Convert filename to Wine path
|
||||||
filename = get_wine_path(filename)
|
filename = get_wine_path(filename)
|
||||||
|
|
||||||
#print('Looking for ' + filename + ' line ' + str(line))
|
print('Looking for ' + filename + ' line ' + str(line))
|
||||||
|
|
||||||
addr = None
|
addr = None
|
||||||
found = False
|
found = False
|
||||||
@ -218,4 +218,5 @@ def parse_asm(file, addr, size):
|
|||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
break
|
break
|
||||||
|
|
||||||
print('\nTotal accuracy %.2f%% across %i functions' % (total_accuracy / function_count * 100, function_count))
|
if function_count > 0:
|
||||||
|
print('\nTotal accuracy %.2f%% across %i functions' % (total_accuracy / function_count * 100, function_count))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user