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 2015/07/18 17:28:17 UTC

svn commit: r1691750 - /comdev/reporter.apache.org/trunk/scandist.py

Author: sebb
Date: Sat Jul 18 15:28:17 2015
New Revision: 1691750

URL: http://svn.apache.org/r1691750
Log:
Ensure variable is defined for use when testing code externally

Modified:
    comdev/reporter.apache.org/trunk/scandist.py

Modified: comdev/reporter.apache.org/trunk/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist.py?rev=1691750&r1=1691749&r2=1691750&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scandist.py Sat Jul 18 15:28:17 2015
@@ -28,6 +28,7 @@ else:
 targets = {} # dict: key = project name, value = list of commits for the project
 
 sendEmail = True # Allow e-mails to be disabled for testing
+debug = False
 trace = False # More detailed debug
 
 ###########################################################