From c2a9476ee5ce96156ac1d5a0b17695a1b15fe3bf Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 8 Jun 2021 00:45:40 +0200 Subject: tasks: fix key --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 14fa913..a710b72 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1045,7 +1045,7 @@ class BrefOpenLibraryZipISBN(Refcat): zstd -c -T0 > {output} """, refs=self.input().get("refs").path, - fatcat=self.input().get("fatcat").path) + fatcat=self.input().get("ol").path) luigi.LocalTarget(output).move(self.output().path) def output(self): -- cgit v1.2.3