Changeset 545

Show
Ignore:
Timestamp:
03/22/06 17:22:13 (3 years ago)
Author:
coderanger
Message:

HackInstallPlugin:

Check easy_install for errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hackinstallplugin/0.9/hackinstall/core.py

    r544 r545  
    5555        rv = os.system(command) 
    5656        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
    5858            return (False, None) 
    5959