Ensure matching custom_format in profile
This commit is contained in:
parent
27ef8ee0c9
commit
f2c276cbbb
26 changed files with 33 additions and 33 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue