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