Author: David Schneider <[email protected]>
Branch: buildbot-update
Changeset: r845:26e384bdd696
Date: 2013-08-30 16:21 +0200
http://bitbucket.org/pypy/buildbot/changeset/26e384bdd696/

Log:    might be '' here too

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -89,7 +89,7 @@
         if branch.startswith('/'):
             branch = branch[1:]
         mastersrc = os.path.join(mastersrc, branch)
-        if revision is not None:
+        if revision:
             basename = 
WithProperties(self.basename).getRenderingFor(self.build)
             basename = basename.replace(':', '-')
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to