From 9a40256d2f0c4d717b6d4e0443c6c8d8efbb89d3 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Wed, 28 Nov 2012 21:05:34 +0000 Subject: [PATCH] Fixed an indentation bug. git-svn-id: http://comictagger.googlecode.com/svn/trunk@116 6c5673fe-1810-88d6-992b-cd32ca31540c --- imagefetcher.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/imagefetcher.py b/imagefetcher.py index 151d700..d7c593f 100644 --- a/imagefetcher.py +++ b/imagefetcher.py @@ -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