From 69b3b6cdafd94394229a5ef41bce89c66f0167e8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 10 Jun 2021 02:59:10 +0200 Subject: fix sort invocation --- 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 a3bf458..3acfa43 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1237,7 +1237,7 @@ class BrefSortedByWorkID(Refcat): shellout(""" zstdcat -T0 {bref} | skate-map -m ff -x source_work_ident | - sort -S 25 % -k1,1 > zstd -c -T0 > {output} + sort -S25% -k1,1 > zstd -c -T0 > {output} """, bref=self.input().path) luigi.LocalTarget(tmpf).move(self.output().path) -- cgit v1.2.3