aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:15:31 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:15:31 +0200
commit475596e1be91c13d10f2f0faafe1774e34565c48 (patch)
tree9fdabdd59c99985175094de7e8bbb3e7edb2ed22 /python
parentcdd223181639653c5d79d4e08f6307412df2fc61 (diff)
downloadrefcat-475596e1be91c13d10f2f0faafe1774e34565c48.tar.gz
refcat-475596e1be91c13d10f2f0faafe1774e34565c48.zip
fix shell call
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index fbed8ca..c31bc5d 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1438,7 +1438,8 @@ class BiblioRefWikiDOISortedKeys(Refcat):
return WikipediaCitationsMinimalDataset()
def run(self):
- output = shellout("cat {input} |
+ output = shellout("""
+ cat {input} |
skate-biblioref-from-wikipedia |
LC_ALL=C sort -s 10% -k2,2 |
zstd -T0 -c > {output}