aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:16:18 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:16:18 +0200
commitf461432cbd744fec7bc31710496a77d8d70e923e (patch)
tree9b234616810cbd4cf115a33f54bd186eadfe4a48 /python
parent475596e1be91c13d10f2f0faafe1774e34565c48 (diff)
parent98f18b3a1044eed995a26019dc14a37ace5aa9be (diff)
downloadrefcat-f461432cbd744fec7bc31710496a77d8d70e923e.tar.gz
refcat-f461432cbd744fec7bc31710496a77d8d70e923e.zip
move target
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index c31bc5d..d1084c9 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1444,6 +1444,7 @@ class BiblioRefWikiDOISortedKeys(Refcat):
LC_ALL=C sort -s 10% -k2,2 |
zstd -T0 -c > {output}
""", input=self.input().path)
+ luigi.LocalTarget(output).move(self.output().path)
def output(self):
return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd)