[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.53,1.54
Brian Warner
warner at users.sourceforge.net
Wed Aug 1 22:08:40 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29260/buildbot/scripts
Modified Files:
runner.py
Log Message:
[project @ web-refactoring: fix tests]
Original author: warner at lothar.com
Date: 2007-07-31 02:37:33+00:00
Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- runner.py 1 Aug 2007 22:07:46 -0000 1.53
+++ runner.py 1 Aug 2007 22:08:37 -0000 1.54
@@ -157,7 +157,7 @@
if os.path.exists("public_html"):
if not self.quiet:
print "public_html/ already exists: not replacing"
- return
+ return
if not self.quiet:
print "populating public_html/"
os.mkdir("public_html")
More information about the Commits
mailing list