aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)