commit/galaxy-central: dannon: Typo in toolshed util common.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b5c08cc6adbb/ Changeset: b5c08cc6adbb User: dannon Date: 2013-09-17 23:31:16 Summary: Typo in toolshed util common. Affected #: 1 file diff -r 1e664910d749be12d6f0ece29028f18b820476a1 -r b5c08cc6adbb64bb8dfa20070e6df5857483bd00 lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -1186,7 +1186,7 @@ encoded_tool_shed_status_dict = common_util.tool_shed_get( app, tool_shed_url, url ) tool_shed_status_dict = encoding_util.tool_shed_decode( encoded_tool_shed_status_dict ) except Exception, e: - log.exception( "Error attemtping to get tool shed status for installed repository %s: %s" % ( str( repository.name ), str( e ) ) ) + log.exception( "Error attempting to get tool shed status for installed repository %s: %s" % ( str( repository.name ), str( e ) ) ) return {} return tool_shed_status_dict 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