1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f1cb12e876c6/ Changeset: f1cb12e876c6 User: davebgx Date: 2014-04-24 17:06:59 Summary: Fix typo in step handler. Affected #: 1 file diff -r 3b6e94371b8a8e996cc8e317de8cbfe45790b94e -r f1cb12e876c659c456c0b10f577494f79211b7f4 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 @@ -592,7 +592,7 @@ install_environment.add_env_shell_file_paths( action_dict[ 'env_shell_file_paths' ] ) return tool_dependency, None, None - def prepare_step( self, app, tool_dependency, action_elem, action_dict, install_dir, is_binary_downloa ): + def prepare_step( self, app, tool_dependency, action_elem, action_dict, install_dir, is_binary_download ): # <action type="set_environment_for_install"> # <repository toolshed="http://localhost:9009/" name="package_numpy_1_7" owner="test" changeset_revision="c84c6a8be056"> # <package name="numpy" version="1.7.1" /> 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.