1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a4a71a03ed7a/ Changeset: a4a71a03ed7a User: dan Date: 2014-04-28 21:06:55 Summary: Fix directory variable name in setup_virtualenv. Affected #: 1 file diff -r 8877489b446d73aaad93cbb1569866a9b824ac5a -r a4a71a03ed7a11ccea7d889bd566fb003932647b lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py @@ -1124,7 +1124,7 @@ log.debug( 'Unable to install virtualenv' ) return tool_dependency, None, None requirements = action_dict[ 'requirements' ] - if os.path.exists( os.path.join( dir, requirements ) ): + if os.path.exists( os.path.join( install_dir, requirements ) ): # requirements specified as path to a file requirements_path = requirements else: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.