Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing var
  • Loading branch information
ergo committed Dec 9, 2011
1 parent 99d6b3c commit f594edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cover_grabber/media_dir_walker.py
Expand Up @@ -77,6 +77,7 @@ def process_dir(self, args, dirname, filenames):
except KeyboardInterrupt,e:
raise
except Exception,e:
image_url = None
print(u'SOMETHING VERY BAD HAPPENED during processing of "{artist_name} - {album_name}"'.format(artist_name=artist_name, album_name=album_name))
# If we found the image URL, then download the image.
if image_url:
Expand Down

0 comments on commit f594edf

Please sign in to comment.