Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 24, 2021
1 parent 67a5994 commit f666c05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nf_core/modules/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ def create(self):
break
except (ValueError, LookupError) as e:
log.warning(f"Could not find Conda dependency using the Anaconda API: '{self.tool}'")
if rich.prompt.Confirm.ask(
f"[violet]Do you want to enter a different Bioconda package name?"
):
if rich.prompt.Confirm.ask(f"[violet]Do you want to enter a different Bioconda package name?"):
self.tool_conda_name = rich.prompt.Prompt.ask("[violet]Name of Bioconda package").strip()
continue
else:
Expand Down

0 comments on commit f666c05

Please sign in to comment.