You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2015/01/15 09:51:25 UTC

svn commit: r1651978 - /comdev/projects.apache.org/scripts/cronjobs/pubsubber.py

Author: humbedooh
Date: Thu Jan 15 08:51:25 2015
New Revision: 1651978

URL: http://svn.apache.org/r1651978
Log:
ditch undeclared/unused vars

Modified:
    comdev/projects.apache.org/scripts/cronjobs/pubsubber.py

Modified: comdev/projects.apache.org/scripts/cronjobs/pubsubber.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/pubsubber.py?rev=1651978&r1=1651977&r2=1651978&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/pubsubber.py (original)
+++ comdev/projects.apache.org/scripts/cronjobs/pubsubber.py Thu Jan 15 08:51:25 2015
@@ -224,8 +224,6 @@ class PubSubClient(Thread):
                             # Figure out the root thingermajig
                             match = re.match("^%s" % watchPath, path)
                             if match:
-                                root = match.group(1)
-                                sub = match.group(2)
                                 subprocess.call(['svn','up',filePath])
                             else:
                                 commit['root'] = "/"