Skip to content

Commit

Permalink
drop else condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yerbol-akhmetov committed Oct 13, 2024
1 parent 601e229 commit 03cbb0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ def mock_snakemake(
if isinstance(configfile, str):
with open(configfile, "r") as file:
configfile = yaml.safe_load(file)
else:
configfile = None

workflow = sm.Workflow(
snakefile,
Expand Down

0 comments on commit 03cbb0b

Please sign in to comment.