diff --git a/src/snakemake/hello_world.smk b/src/snakemake/hello_world.smk index 9e85b59..fa89b0b 100644 --- a/src/snakemake/hello_world.smk +++ b/src/snakemake/hello_world.smk @@ -26,7 +26,7 @@ all_terminal_files: List[Path] = [Path("message.txt")] onerror: """Block of code that gets called if the snakemake pipeline exits with an error.""" - snakemake_utils.on_error(snakefile=Path(__file__), config=_config, log=Path(log)) + snakemake_utils.on_error(snakefile=Path(__file__), config=config, log=Path(log)) rule all: