tools: Ignore excluded lib functions for rename script

This commit is contained in:
Léo Lam 2021-06-15 10:52:26 +02:00
parent 79505a1b23
commit 38e5e47b07
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ with open(csv_path, "r") as f:
for fn in reader:
addr = int(fn[0], 16)
decomp_name = fn[3]
if not decomp_name:
if not decomp_name or decomp_name == "l":
continue
# Get rid of status markers.