Fixed an indentation bug.

git-svn-id: http://comictagger.googlecode.com/svn/trunk@116 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-28 21:05:34 +00:00
parent 59f190e020
commit 9a40256d2f

View File

@ -91,9 +91,10 @@ class ImageFetcher(QObject):
print e
raise ImageFetcherException("Network Error!")
# save the image to the cache
self.add_image_to_cache( self.fetched_url, image_data )
return image_data
# save the image to the cache
self.add_image_to_cache( self.fetched_url, image_data )
return image_data
else:
# if we found it, just emit the signal asap