From 07a7ef5ed76aab35c07dc5c589402a5dd0cf5405 Mon Sep 17 00:00:00 2001
From: Martin Czygan <martin.czygan@gmail.com>
Date: Thu, 27 May 2021 00:16:16 +0200
Subject: tasks: -B best effort

---
 python/refcat/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'python')

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)
-- 
cgit v1.2.3