commit/galaxy-central: davebgx: Get tool dependency status from the install model.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ffafb6350791/ Changeset: ffafb6350791 User: davebgx Date: 2014-04-24 17:24:24 Summary: Get tool dependency status from the install model. Affected #: 1 file diff -r cf9cd1027e2a7e3f29201125fbbacf929ef55d0b -r ffafb6350791453b31c841e5462314bcd04ffa88 lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -86,7 +86,7 @@ install_dir=install_dir, current_dir=current_dir, initial_download=False ) - if tool_dependency.status in [ app.model.ToolDependency.installation_status.ERROR ]: + if tool_dependency.status in [ app.install_model.ToolDependency.installation_status.ERROR ]: # If the tool_dependency status is in an error state, return it with no additional # processing. return tool_dependency 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.
participants (1)
-
commits-noreply@bitbucket.org