print debug info because now it literally only doesn't work on fucking github actions

This commit is contained in:
itsmattkc 2023-06-18 20:06:46 -07:00
parent ae7d04e0e7
commit fbc382c182

View File

@ -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))