Skip to content

Commit

Permalink
Update fix_image_name.py
Browse files Browse the repository at this point in the history
  • Loading branch information
villares authored Jan 10, 2025
1 parent db7bc90 commit ecff065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_scripts/fix_image_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def is_img_ext(file_name):
else:
path.rename(new_name)
print(f'{path.name} -> {new_name}')
# messagebox.showinfo('', f'{first_found_image.name} -> {new_name}')
# messagebox.showinfo('', f'{path.name} -> {new_name}')

0 comments on commit ecff065

Please sign in to comment.