Skip to content

Commit

Permalink
Merge pull request #400 from galaxyproject/remove_shell_exec
Browse files Browse the repository at this point in the history
Remove shell_exec
  • Loading branch information
jmchilton committed Jan 13, 2016
2 parents 6d9fc8d + 63e456c commit 77d3692
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 77d3692

Please sign in to comment.