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 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) |