commit/galaxy-central: jmchilton: Merged in kellrott/galaxy-farm (pull request #515)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b42fee58bc40/ Changeset: b42fee58bc40 User: jmchilton Date: 2014-10-06 01:35:01+00:00 Summary: Merged in kellrott/galaxy-farm (pull request #515) Fixing how docker_utils.__docker_prefix adds host info to command line Affected #: 1 file diff -r 3aa7288f5a97970df22fd38c400237028fe33e4b -r b42fee58bc402de82fb4667baa575cb81ab55f4b lib/galaxy/tools/deps/docker_util.py --- a/lib/galaxy/tools/deps/docker_util.py +++ b/lib/galaxy/tools/deps/docker_util.py @@ -116,5 +116,5 @@ command_parts.append(sudo_cmd) command_parts.append(docker_cmd) if host: - command_parts.append(["-H", host]) + command_parts.extend(["-H", host]) return command_parts 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