Skip to content

Commit

Permalink
Reun pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Mar 6, 2022
1 parent d4e0eec commit f23bdec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deduplify/compare_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def compare_filenames(hash: str, db) -> list:
else:
# Hashes are same but filenames are different
warnings.warn(
"The following filenames need investigation.\n- "
+ "\n- ".join(file_list)
"The following filenames need investigation.\n- " + "\n- ".join(file_list)
)

return file_list
Expand Down

0 comments on commit f23bdec

Please sign in to comment.