You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/16 18:00:44 UTC

svn commit: r1730714 - /comdev/reporter.apache.org/trunk/scripts/mailglomper2.py

Author: sebb
Date: Tue Feb 16 17:00:44 2016
New Revision: 1730714

URL: http://svn.apache.org/viewvc?rev=1730714&view=rev
Log:
We invoke getIfNewer directly so need to provide the silent attribute

Modified:
    comdev/reporter.apache.org/trunk/scripts/mailglomper2.py

Modified: comdev/reporter.apache.org/trunk/scripts/mailglomper2.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/mailglomper2.py?rev=1730714&r1=1730713&r2=1730714&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/mailglomper2.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/mailglomper2.py Tue Feb 16 17:00:44 2016
@@ -141,7 +141,7 @@ def weekly_stats(ml, date):
         pass
 
     url = "http://mail-archives.us.apache.org/mod_mbox/%s/%s.mbox" % (ml, date)
-    stamp, mldata = urlutils.getIfNewer(url, stampold) # read binary URL
+    stamp, mldata = urlutils.getIfNewer(url, stampold, silent=True) # read binary URL
 
     if mldata: # we have a new/updated file to process
         try: