Skip to content

Commit

Permalink
Remove shell_exec
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bgruening committed Jan 13, 2016
1 parent 6d9fc8d commit 63e456c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions planemo/commands/cmd_conda_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ def cli(ctx, **kwds):
http://docs.continuum.io/anaconda/eula.
"""
conda_context = build_conda_context(**kwds)
return conda_util.install_conda(conda_context=conda_context,
shell_exec=shell)
return conda_util.install_conda(conda_context=conda_contex)

0 comments on commit 63e456c

Please sign in to comment.