Changeset 156
- Timestamp:
- 12/01/06 17:59:55 (2 years ago)
- Files:
-
- trunk/cheesecake/cheesecake_index.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cheesecake/cheesecake_index.py
r153 r156 1300 1300 1301 1301 if remove_log_file and not self.keep_log: 1302 os.unlink(os.path.join(self.sandbox, self.logfile)) 1302 log_path = os.path.join(self.sandbox, self.logfile) 1303 if os.path.exists(log_path): 1304 os.unlink(log_path) 1303 1305 1304 1306 def configure_logging(self, logfile=None):
