aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-01 16:20:16 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-01 16:20:16 +0200
commit476f5ff227902200a3e29f5eb3a9c19f69d77c0e (patch)
tree14415c88d37399fdc4bde40a34c7ad701922275e
parent61105115ce24706a0e0c16c0f29b0f49e07ee2f7 (diff)
downloadrefcat-476f5ff227902200a3e29f5eb3a9c19f69d77c0e.tar.gz
refcat-476f5ff227902200a3e29f5eb3a9c19f69d77c0e.zip
fix command
-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,