From 8b54bc5db9d8e5c0bcb8f2c2ff141dc075e3e659 Mon Sep 17 00:00:00 2001 From: Jan Forster <31272349+jafors@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:18:04 +0200 Subject: [PATCH] fix: typo in sourcecache use (#1229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * generalization of multiext output * Reformatting * Fixed caching of jobs/rules * FMT * Moved encoding into hash update * Fixed Typo Co-authored-by: Johannes Köster --- snakemake/caching/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakemake/caching/hash.py b/snakemake/caching/hash.py index ffa40730e..7f02a123e 100644 --- a/snakemake/caching/hash.py +++ b/snakemake/caching/hash.py @@ -71,7 +71,7 @@ def _get_provenance_hash(self, job: Job): _, source, _, _ = script.get_source( wrapper.get_script( job.rule.wrapper, - sourcecahce=job.rule.workflow.sourcecache, + sourcecache=job.rule.workflow.sourcecache, prefix=workflow.wrapper_prefix, ), job.rule.workflow.sourcecache,