Fix typo
authorMagnus Hagander <magnus@hagander.net>
Mon, 28 Dec 2009 18:31:21 +0000 (19:31 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 28 Dec 2009 18:31:21 +0000 (19:31 +0100)
aggregator.py

index 59fad9f0c53491e09aae8585af439ffb2c76b9e7..3d55ffe93259f6adc44c982c7fb6b5d03c80b112 100755 (executable)
@@ -53,7 +53,7 @@ class Aggregator:
                        # so make sure we only check if we didn't get a status.
                        if hasattr(feed,'bozo_exception'):
                                raise Exception('Feed load error %s' % feed.bozo_exception)
-                       raise Exception('Feed load error with not exception!')
+                       raise Exception('Feed load error with no exception!')
 
                if feed.status == 304:
                        # not changed