diff options
Diffstat (limited to 'python')
-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 48920e3..ac870e0 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("ol").path) + ol=self.input().get("ol").path) luigi.LocalTarget(output).move(self.output().path) def output(self): |