Changeset 95
- Timestamp:
- 07/20/06 11:13:54 (2 years ago)
- Files:
-
- branches/mk/cheesecake/cheesecake_index.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/cheesecake/cheesecake_index.py
r93 r95 1402 1402 if rc: 1403 1403 self.log('*** Installation failed. Captured output:') 1404 for output_line in output.splitlines(): 1404 # Stringify output as it may be an exception. 1405 for output_line in str(output).splitlines(): 1405 1406 self.log(output_line) 1406 1407 self.log('*** End of captured output.')
