Commit 41ea8b4f authored by Ross Patterson's avatar Ross Patterson

Merge trunk@128087. Windows lock file fix.

parent 382c95ae
......@@ -280,7 +280,7 @@ class ZopeStarter:
lock_file(self.lockfile)
self.lockfile.write(str(os.getpid()))
self.lockfile.flush()
except IOError:
except (IOError, WindowsError):
pass
def makePidFile(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment