You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2013/10/09 18:01:14 UTC

svn commit: r1530697 - /openoffice/devtools/aoo-stats/detail-by-day.py

Author: robweir
Date: Wed Oct  9 16:01:13 2013
New Revision: 1530697

URL: http://svn.apache.org/r1530697
Log:
Improved error reporting

Modified:
    openoffice/devtools/aoo-stats/detail-by-day.py

Modified: openoffice/devtools/aoo-stats/detail-by-day.py
URL: http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/detail-by-day.py?rev=1530697&r1=1530696&r2=1530697&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Wed Oct  9 16:01:13 2013
@@ -48,7 +48,7 @@ def getSourceForgeStats(download, startD
         except:
             attempts += 1
             print url
-            print "error " + str(attempts)
+            print "error " + download + "(" + str(attempts) + ")"
 
     return ""