Skip to content

Commit

Permalink
fix: typo in sourcecache use (#1229)
Browse files Browse the repository at this point in the history
* generalization of multiext output

* Reformatting

* Fixed caching of jobs/rules

* FMT

* Moved encoding into hash update

* Fixed Typo

Co-authored-by: Johannes Köster <johannes.koester@uni-due.de>
  • Loading branch information
jafors and johanneskoester committed Oct 21, 2021
1 parent 0825a29 commit 8b54bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/caching/hash.py
Expand Up @@ -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,
Expand Down

0 comments on commit 8b54bc5

Please sign in to comment.