diff options
-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 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) |