commit/galaxy-central: jmchilton: Small bug fix in history contents API error handling.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/593833a7ff53/ Changeset: 593833a7ff53 User: jmchilton Date: 2014-03-20 19:56:08 Summary: Small bug fix in history contents API error handling. Affected #: 1 file diff -r e8fac2f5d93f1ab7b87041dd5b1878705e8178af -r 593833a7ff5395bb585513ba6881012174909180 lib/galaxy/webapps/galaxy/api/history_contents.py --- a/lib/galaxy/webapps/galaxy/api/history_contents.py +++ b/lib/galaxy/webapps/galaxy/api/history_contents.py @@ -286,7 +286,7 @@ if contents_type == "dataset": return self.__update_dataset( trans, history_id, id, payload, **kwd ) else: - return self.__handle_unknown_contents_type( contents_type ) + return self.__handle_unknown_contents_type( trans, contents_type ) def __update_dataset( self, trans, history_id, id, payload, **kwd ): changed = {} 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