Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miketvo committed Jun 5, 2023
1 parent 676d9e5 commit 60489d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/imdupes/utils/futils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def clean(
print(f'-- Deleted "{format_path(dup_imgs[i].path, output_path_format, root_dir)}"', flush=True)
except OSError as e:
cprint(
f'Error deleting file "{format_path(dup_imgs[i].path, output_path_format, root_dir)}": {str(e)}',
f'Error deleting file "{format_path(dup_imgs[i].path, output_path_format, root_dir)}": '
f'{str(e)}',
'red'
)

Expand Down

0 comments on commit 60489d8

Please sign in to comment.