Skip to content

Commit

Permalink
Fix initialization of configfiles in Workflow class, fixing issue #914 (
Browse files Browse the repository at this point in the history
  • Loading branch information
nigiord committed Oct 21, 2021
1 parent d243c22 commit ebfe00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/workflow.py
Expand Up @@ -203,7 +203,7 @@ def __init__(
self.attempt = attempt
self.default_remote_provider = default_remote_provider
self.default_remote_prefix = default_remote_prefix
self.configfiles = []
self.configfiles = overwrite_configfiles or []
self.run_local = run_local
self.report_text = None
self.conda_cleanup_pkgs = conda_cleanup_pkgs
Expand Down

0 comments on commit ebfe00f

Please sign in to comment.