From af34fb3565f50ff4d034731aca4489c6690a8197 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Aug 2021 14:22:03 +0200 Subject: tasks: set best effort flag --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 66175c8..b92bd56 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -448,7 +448,7 @@ class BrefDOITable(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - skate-map -m bidt | + skate-map -B -m bidt | zstd -c -T0 > {output} """, input=self.input().path) -- cgit v1.2.3