aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-28 23:36:57 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-28 23:36:57 +0200
commit274aa23d5de0a07c4973a354b3d4b19fd929a4eb (patch)
tree6d55b4877170ebc44aed72374023ee1402d0e0bc
parent7f0bcf56425361b17397c5b7457a82ddec147cbd (diff)
downloadrefcat-274aa23d5de0a07c4973a354b3d4b19fd929a4eb.tar.gz
refcat-274aa23d5de0a07c4973a354b3d4b19fd929a4eb.zip
WithISBN: add missing arg
-rw-r--r--python/refcat/tasks.py1
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)