diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-15 18:05:49 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-15 18:05:49 +0200 |
commit | c20ea3559123c825280f80d1b7ce52c4f9144588 (patch) | |
tree | 7026bee43b996861cef96558348acefdbe619e78 /python | |
parent | 2269340c75402260ca92572371477c80cff4bdac (diff) | |
download | refcat-c20ea3559123c825280f80d1b7ce52c4f9144588.tar.gz refcat-c20ea3559123c825280f80d1b7ce52c4f9144588.zip |
tasks: fix command
Diffstat (limited to 'python')
-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 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) |