aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 3acfa43..0b62564 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1236,8 +1236,8 @@ class BrefSortedByWorkID(Refcat):
def run(self):
shellout("""
zstdcat -T0 {bref} |
- skate-map -m ff -x source_work_ident |
- sort -S25% -k1,1 > zstd -c -T0 > {output}
+ skate-map -B -m ff -x source_work_ident |
+ LC_ALL=C sort -S25% -k1,1 | zstd -c -T0 > {output}
""",
bref=self.input().path)
luigi.LocalTarget(tmpf).move(self.output().path)