From 942821476b6dc5c6b2f0febbbcce82b194c52243 Mon Sep 17 00:00:00 2001 From: Maarten-vd-Sande Date: Fri, 28 Jul 2023 09:28:53 +0200 Subject: [PATCH] Update configuration_logging.smk --- seq2science/rules/configuration_logging.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seq2science/rules/configuration_logging.smk b/seq2science/rules/configuration_logging.smk index ab60eb471..11db16087 100644 --- a/seq2science/rules/configuration_logging.smk +++ b/seq2science/rules/configuration_logging.smk @@ -172,4 +172,4 @@ if not config.get("no_config_log"): logger.info(tabulate(table, headers=["config variable", "value"], tablefmt="pipe")) logger.info("\n\n") - logger.info(f"Using the snakemake {workflow._scheduler_type} scheduler.\n") + logger.info(f"Using the snakemake {workflow.scheduler_type} scheduler.\n")