diff options
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |