Skip to content

Commit 63e456c

Browse files
committed
Remove shell_exec
Install conda do not have any `shell_exec` parameter anymore: https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tools/deps/conda_util.py#L261
1 parent 6d9fc8d commit 63e456c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planemo/commands/cmd_conda_init.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ def cli(ctx, **kwds):
2222
http://docs.continuum.io/anaconda/eula.
2323
"""
2424
conda_context = build_conda_context(**kwds)
25-
return conda_util.install_conda(conda_context=conda_context,
26-
shell_exec=shell)
25+
return conda_util.install_conda(conda_context=conda_contex)

0 commit comments

Comments
 (0)