diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-01 16:20:16 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-01 16:20:16 +0200 |
commit | 476f5ff227902200a3e29f5eb3a9c19f69d77c0e (patch) | |
tree | 14415c88d37399fdc4bde40a34c7ad701922275e /python | |
parent | 61105115ce24706a0e0c16c0f29b0f49e07ee2f7 (diff) | |
download | refcat-476f5ff227902200a3e29f5eb3a9c19f69d77c0e.tar.gz refcat-476f5ff227902200a3e29f5eb3a9c19f69d77c0e.zip |
fix command
Diffstat (limited to 'python')
-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 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, |