Skip to content

Commit

Permalink
Fix omission of a call to get_image_extension()
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Oct 11, 2020
1 parent f2f9c71 commit fe65823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remove_duplicates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@
" if app_id in app_ids_to_remove:\n",
"\n",
" input_file_name = f\n",
" output_file_name = folder_other + '/' + str(app_id) + '.jpg'\n",
" output_file_name = folder_other + '/' + str(app_id) + get_image_extension()\n",
"\n",
" if Path(input_file_name).exists():\n",
" shutil.move(input_file_name, output_file_name)"
Expand Down

0 comments on commit fe65823

Please sign in to comment.