[Buildbot-commits] buildbot/buildbot/slave commands.py,1.67,1.68
Brian Warner
warner at users.sourceforge.net
Sat Sep 30 19:32:51 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29161/buildbot/slave
Modified Files:
commands.py
Log Message:
[project @ LogFileWatcher: explicitly close the filehandle to fix SF#1568415]
Original author: warner at lothar.com
Date: 2006-09-30 19:32:09
Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- commands.py 25 Sep 2006 07:46:56 -0000 1.67
+++ commands.py 30 Sep 2006 19:32:48 -0000 1.68
@@ -174,6 +174,8 @@
self.poll()
if self.poller is not None:
self.poller.stop()
+ if self.started:
+ self.f.close()
def statFile(self):
if os.path.exists(self.logfile):
More information about the Commits
mailing list