From 8f55ff5463f59bf6f1e5303451730fd95277f2f8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 28 Dec 2009 19:31:21 +0100 Subject: [PATCH] Fix typo --- aggregator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregator.py b/aggregator.py index 59fad9f..3d55ffe 100755 --- a/aggregator.py +++ b/aggregator.py @@ -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 -- 2.39.5