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

Brian Warner warner at users.sourceforge.net
Tue Apr 17 06:38:53 UTC 2007


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

Modified Files:
	commands.py 
Log Message:
[project @ update CREDITS]

Original author: warner at lothar.com

Date: 2007-04-17 06:38:12+00:00

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- commands.py	15 Apr 2007 01:28:46 -0000	1.79
+++ commands.py	17 Apr 2007 06:38:50 -0000	1.80
@@ -701,7 +701,7 @@
                                  self.workdir,
                                  os.path.expanduser(self.filename))
         try:
-            self.fp = open(self.path, 'r')
+            self.fp = open(self.path, 'rb')
             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, 'w')
+            self.fp = open(self.path, 'wb')
             if self.debug:
                 log.msg('Opened %r for download' % self.path)
             if self.mode is not None:





More information about the Commits mailing list