commit/galaxy-central: greg: Fix debug typo in the Tool Shed's step handler.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/da344cf43044/ Changeset: da344cf43044 User: greg Date: 2014-06-03 19:56:51 Summary: Fix debug typo in the Tool Shed's step handler. Affected #: 1 file diff -r d80f43f448db62f5444726220b74d1814f6804a7 -r da344cf4304429522fd5a214e3fc91697ca682b3 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 @@ -1040,7 +1040,7 @@ filtered_actions = actions[ 1: ] env_shell_file_paths = action_dict.get( 'env_shell_file_paths', None ) if env_shell_file_paths is None: - log.debug( 'Missing Rerl environment, make sure your specified Rerl installation exists.' ) + log.debug( 'Missing Perl environment, make sure your specified Rerl installation exists.' ) if initial_download: return tool_dependency, filtered_actions, dir return tool_dependency, None, None 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