Changeset 3049 for pykota/trunk/bin/cupspykota
- Timestamp:
- 11/07/06 23:49:27 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3048 r3049 531 531 self.logdebug("Work file %s will be kept." % self.DataFile) 532 532 PyKotaTool.clean(self) 533 if (self.lockfile is not None) and os.path.exists(self.lockfilename):533 if self.lockfile is not None : 534 534 self.logdebug("Unlocking %s..." % self.lockfilename) 535 535 try :