Changeset 3123 for pykota/trunk/bin/cupspykota
- Timestamp:
- 12/13/06 06:43:31 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3071 r3123 152 152 self.lockfile.write(str(self.pid)) 153 153 self.lockfile.flush() 154 except IOError :155 self.logdebug("I/O Error while waiting for lock %s " % self.lockfilename)154 except IOError, msg : 155 self.logdebug("I/O Error while waiting for lock %s : %s" % (self.lockfilename, msg)) 156 156 time.sleep(0.25) 157 157