From 274aa23d5de0a07c4973a354b3d4b19fd929a4eb Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 28 Apr 2021 23:36:57 +0200 Subject: WithISBN: add missing arg --- python/refcat/tasks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 6893cb1..425819d 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1442,6 +1442,7 @@ class WithISBN(Refcat): parallel -j {n} --block 10M --pipe "jq -rc 'select(.ext_ids.isbn != null)" | zstd -T0 -c > {output} """, + n=self.n, tmpdir=self.tmpdir, input=self.input().path) luigi.LocalTarget(output).move(self.output().path) -- cgit v1.2.3