Changeset 545
- Timestamp:
- 03/22/06 17:22:13 (3 years ago)
- Files:
-
- hackinstallplugin/0.9/hackinstall/core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hackinstallplugin/0.9/hackinstall/core.py
r544 r545 55 55 rv = os.system(command) 56 56 if rv != 0: 57 self.env.log.warning("easy_install failed with a return code of %s. Please look in your webserver's error log for the output" )57 self.env.log.warning("easy_install failed with a return code of %s. Please look in your webserver's error log for the output"%rv) 58 58 return (False, None) 59 59
