diff --git a/scripts/_helpers.py b/scripts/_helpers.py index ef20ddb24..76bf0268d 100644 --- a/scripts/_helpers.py +++ b/scripts/_helpers.py @@ -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,