[Buildbot-commits] buildbot/buildbot/clients debug.py,1.11,1.12

Brian Warner warner at users.sourceforge.net
Thu Jul 24 22:16:30 UTC 2008


Update of /cvsroot/buildbot/buildbot/buildbot/clients
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31569/buildbot/clients

Modified Files:
	debug.py 
Log Message:
[project @ fix a variable-name collision that broken the debugclient 'force build' button]

Original author: warner at lothar.com
Date: 2008-07-24 22:03:11+00:00

Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- debug.py	22 May 2008 22:13:21 -0000	1.11
+++ debug.py	24 Jul 2008 22:16:28 -0000	1.12
@@ -165,9 +165,7 @@
         d = self.remote.callRemote("setCurrentState", name, state)
         d.addErrback(self.err)
     def err(self, failure):
-        print "received error"
-        failure.printTraceback()
-        
+        print "received error:", failure
 
     def run(self):
         reactor.run()





More information about the Commits mailing list