commit/galaxy-central: davebgx: Merged in BjoernGruening/galaxy-central-2/BjoernGruening/fix-some-spelling-mistake-and-hopefully--1404051898740 (pull request #430)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/381a36069c14/ Changeset: 381a36069c14 User: davebgx Date: 2014-06-29 16:30:21 Summary: Merged in BjoernGruening/galaxy-central-2/BjoernGruening/fix-some-spelling-mistake-and-hopefully--1404051898740 (pull request #430) Fix some spelling mistake and hopefully all of the install_*_environments. Affected #: 1 file diff -r 7b02c61a6c21d0ffe8b7160ba51a27ab1bbf2b01 -r 381a36069c14bf20c98955c01ab00e7838257943 lib/tool_shed/galaxy_install/install_manager.py --- a/lib/tool_shed/galaxy_install/install_manager.py +++ b/lib/tool_shed/galaxy_install/install_manager.py @@ -44,8 +44,8 @@ def __init__( self, app ): self.app = app - self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environmnet', - 'setup_r_environmnet', 'setup_ruby_environmnet', 'shell_command' ] + self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environment', + 'setup_r_environment', 'setup_ruby_environment', 'shell_command' ] def format_traceback( self ): ex_type, ex, tb = sys.exc_info() 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