Ensure matching custom_format in profile

This commit is contained in:
Johan van Eck 2025-07-26 13:11:42 +03:00
parent 27ef8ee0c9
commit f2c276cbbb
26 changed files with 33 additions and 33 deletions

View file

@ -61,7 +61,7 @@ def collect_profile_formats(trash_score_set, format_items, output_dir):
if score == 0:
continue
profile_format.append({"name": name, "score": score})
profile_format.append({"name": get_file_name(name), "score": score})
return profile_format