diff options
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 92f309a..c0c40b4 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -248,7 +248,7 @@ class URLTabs(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - skate-map -m ru | + skate-map -m ru -skip-on-empty 3 | LC_ALL=C sort -T {tmpdir} -k3,3 -S25% --parallel 4 | zstd -T0 -c > {output} """, |