From 4c0d94ea6be6221e10d4bf196e551424ee945985 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 30 Mar 2021 03:20:39 +0200 Subject: fix 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 d1084c9..b0fc041 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1441,7 +1441,7 @@ class BiblioRefWikiDOISortedKeys(Refcat): output = shellout(""" cat {input} | skate-biblioref-from-wikipedia | - LC_ALL=C sort -s 10% -k2,2 | + LC_ALL=C sort -S 10% -k2,2 | zstd -T0 -c > {output} """, input=self.input().path) luigi.LocalTarget(output).move(self.output().path) -- cgit v1.2.3