[Buildbot-commits] buildbot/buildbot/slave commands.py,1.78,1.79

Brian Warner warner at users.sourceforge.net
Sun Apr 15 01:28:49 UTC 2007


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

Modified Files:
	commands.py 
Log Message:
[project @ web-parts: start rearranging web status files]

Original author: warner at lothar.com

Date: 2007-02-27 20:33:22+00:00

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- commands.py	24 Mar 2007 18:40:23 -0000	1.78
+++ commands.py	15 Apr 2007 01:28:46 -0000	1.79
@@ -701,7 +701,7 @@
                                  self.workdir,
                                  os.path.expanduser(self.filename))
         try:
-            self.fp = open(self.path, 'rb')
+            self.fp = open(self.path, 'r')
             if self.debug:
                 log.msg('Opened %r for upload' % self.path)
         except:
@@ -813,7 +813,7 @@
                                  self.workdir,
                                  os.path.expanduser(self.filename))
         try:
-            self.fp = open(self.path, 'wb')
+            self.fp = open(self.path, 'w')
             if self.debug:
                 log.msg('Opened %r for download' % self.path)
             if self.mode is not None:





More information about the Commits mailing list