Skip to content

Commit

Permalink
fix: remove superfluous comma causing TypeError in conda-frontend err…
Browse files Browse the repository at this point in the history
…or message (#1804)
  • Loading branch information
mobilegenome committed Aug 25, 2022
1 parent ec1d859 commit 87b013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/deployment/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def _check(self):
"It is the recommended way of using Snakemake's conda integration. "
"It can be installed with `conda install -n base -c conda-forge mamba`. "
"If you still prefer to use conda, you can enforce that by setting "
"`--conda-frontend conda`.",
"`--conda-frontend conda`."
)
raise CreateCondaEnvironmentException(msg)

Expand Down

0 comments on commit 87b013c

Please sign in to comment.