projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbeb0a
)
Name the exception, so we will actually have it to print.
author
Stephen Frost
<sfrost@snowman.net>
Wed, 11 Jan 2023 20:32:03 +0000
(15:32 -0500)
committer
Stephen Frost
<sfrost@snowman.net>
Wed, 11 Jan 2023 20:32:03 +0000
(15:32 -0500)
hamnadmin/hamnadmin/util/aggregate.py
patch
|
blob
|
blame
|
history
diff --git
a/hamnadmin/hamnadmin/util/aggregate.py
b/hamnadmin/hamnadmin/util/aggregate.py
index 85de7a9de3e092a2dd8296b77ab7c4b3dcd17ab4..226fce58caa836333755457f8869392c459213b5 100644
(file)
--- a/
hamnadmin/hamnadmin/util/aggregate.py
+++ b/
hamnadmin/hamnadmin/util/aggregate.py
@@
-61,8
+61,8
@@
class FeedFetcher(object):
self.feed.blogurl = parser.feed.link
elif self.feed.blogurl != parser.feed.link:
self.feed.new_blogurl = parser.feed.link
- except Exception:
- self._trace("Exception when setting blogurl from parser.feed.link: %s" % e
xception
)
+ except Exception
as e
:
+ self._trace("Exception when setting blogurl from parser.feed.link: %s" % e)
pass
for entry in parser.entries: