projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65e4e0b
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Mon, 28 Dec 2009 18:31:21 +0000
(19:31 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 28 Dec 2009 18:31:21 +0000
(19:31 +0100)
aggregator.py
patch
|
blob
|
blame
|
history
diff --git
a/aggregator.py
b/aggregator.py
index 59fad9f0c53491e09aae8585af439ffb2c76b9e7..3d55ffe93259f6adc44c982c7fb6b5d03c80b112 100755
(executable)
--- 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 no
t
exception!')
+ raise Exception('Feed load error with no exception!')
if feed.status == 304:
# not changed