aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
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,