From 476f5ff227902200a3e29f5eb3a9c19f69d77c0e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 1 Jun 2021 16:20:16 +0200 Subject: fix command --- 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 4193867..fc9af2b 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -875,7 +875,7 @@ class UnmatchedResolveJournalNames(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - skate-resolve-journal-name -f 2 -B -A {abbrev} + skate-resolve-journal-name -f 2 -B -A {abbrev} | zstd -T0 -c > {output} """, abbrev=settings.JOURNAL_ABBREVIATIONS, -- cgit v1.2.3