diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-27 00:16:16 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-27 00:16:16 +0200 |
commit | 07a7ef5ed76aab35c07dc5c589402a5dd0cf5405 (patch) | |
tree | ba2c647c25f0faa25044222d2d218aaa77dc1ffb | |
parent | 6b3bed98aba8c58df7f68a51dcdd8e8f372b0c6f (diff) | |
download | refcat-07a7ef5ed76aab35c07dc5c589402a5dd0cf5405.tar.gz refcat-07a7ef5ed76aab35c07dc5c589402a5dd0cf5405.zip |
tasks: -B best effort
-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 fab06e1..6767a7c 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -757,7 +757,7 @@ class OpenLibraryRelease(Refcat): output = shellout(""" zstdcat -T0 /magna/data/ol_dump_editions_latest.txt.zst | cut -f5 | - skate-conv -f oled -Xa <(zstdcat -T0 /magna/data/ol_author_mapping.tsv.zst) | + skate-conv -B -f oled -Xa <(zstdcat -T0 /magna/data/ol_author_mapping.tsv.zst) | zstd -T0 -c > {output} """) luigi.LocalTarget(output).move(self.output().path) |