diff --git a/scripts/new-photo-post.py b/scripts/new-photo-post.py index 60f059e..cdc7ae9 100755 --- a/scripts/new-photo-post.py +++ b/scripts/new-photo-post.py @@ -37,7 +37,7 @@ def main(argv): try: image = Image.open(photo) except IOError: - pass + continue raw_exif = image._getexif() friendly_exif = {TAGS[k]: v for k, v in raw_exif.items() if k in TAGS}