aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-15 18:05:49 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-15 18:05:49 +0200
commitc20ea3559123c825280f80d1b7ce52c4f9144588 (patch)
tree7026bee43b996861cef96558348acefdbe619e78 /python
parent2269340c75402260ca92572371477c80cff4bdac (diff)
downloadrefcat-c20ea3559123c825280f80d1b7ce52c4f9144588.tar.gz
refcat-c20ea3559123c825280f80d1b7ce52c4f9144588.zip
tasks: fix command
Diffstat (limited to 'python')
-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 a7a3ad9..269c4f8 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1512,6 +1512,7 @@ class CDXURL(Refcat):
LC_ALL=C sort -T {tmpdir} -k1,1 -S25% |
zstd -c -T0 > {output}
""",
+ tmpdir=self.tmpdir,
limit=self.limit,
input=self.input().path,
cache=self.cache)