Skip to content

Commit

Permalink
Update configuration_logging.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande authored Jul 28, 2023
1 parent d44abf2 commit 9428214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seq2science/rules/configuration_logging.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 9428214

Please sign in to comment.