SF.net SVN: gar:[25994] csw/mgar/gar/v2/lib/python/ maintainer_activity_report.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Oct 16 15:42:03 CEST 2016
Revision: 25994
http://sourceforge.net/p/gar/code/25994
Author: wahwah
Date: 2016-10-16 13:42:03 +0000 (Sun, 16 Oct 2016)
Log Message:
-----------
maintainer activity report: Logging fix.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/maintainer_activity_report.py
Modified: csw/mgar/gar/v2/lib/python/maintainer_activity_report.py
===================================================================
--- csw/mgar/gar/v2/lib/python/maintainer_activity_report.py 2016-10-16 13:41:51 UTC (rev 25993)
+++ csw/mgar/gar/v2/lib/python/maintainer_activity_report.py 2016-10-16 13:42:03 UTC (rev 25994)
@@ -196,7 +196,7 @@
for future in concurrent.futures.as_completed(key_by_future):
key = key_by_future[future]
if future.exception() is not None:
- logging.warning('Fetching %r failed:', key, future.exception())
+ logging.warning('Fetching %r failed: %r', key, future.exception())
else:
results_by_catrel[key] = future.result()
return results_by_catrel
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list