mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +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
|
||||
filename = get_wine_path(filename)
|
||||
|
||||
#print('Looking for ' + filename + ' line ' + str(line))
|
||||
print('Looking for ' + filename + ' line ' + str(line))
|
||||
|
||||
addr = None
|
||||
found = False
|
||||
@ -218,4 +218,5 @@ def parse_asm(file, addr, size):
|
||||
except UnicodeDecodeError:
|
||||
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