1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-23 21:20:11 -04:00

Out of order report fix ()

This commit is contained in:
MS 2023-12-07 10:14:02 -05:00 committed by GitHub
parent 1485e5df47
commit f87c96f1bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ def check_file(filename: str, verbose: bool = False) -> bool:
f"{fun.end_line - fun.line_number:4} lines",
f"{order_lookup[fun.offset]:3}",
" ",
sig_truncate(fun.signature),
sig_truncate(fun.name),
]
)
print(msg)