RedditImageGrab icon indicating copy to clipboard operation
RedditImageGrab copied to clipboard

--update flag is not working

Open mfabinski opened this issue 8 years ago • 0 comments

The --update flag should abort the downloading, if one already downloaded image should be downloaded again. In this case the script should abort the download.

The exception handler for FileExistsException is not executed, because the error is catched before.

Fix would be: Handle the specific FileExistsException instead of a general exception.

mfabinski avatar Sep 09 '16 16:09 mfabinski