diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-08-05 14:22:03 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-08-05 14:22:03 +0200 |
commit | af34fb3565f50ff4d034731aca4489c6690a8197 (patch) | |
tree | 846edeb97b4986b96e8d9b5bff2b9a63ddc6582e /python | |
parent | e3b0b456a55d39630e393195a369f6ffa3bc9ac2 (diff) | |
download | refcat-af34fb3565f50ff4d034731aca4489c6690a8197.tar.gz refcat-af34fb3565f50ff4d034731aca4489c6690a8197.zip |
tasks: set best effort flag
Diffstat (limited to 'python')
-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) |