diff options
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 5040fab..fab06e1 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -760,7 +760,7 @@ class OpenLibraryRelease(Refcat): skate-conv -f oled -Xa <(zstdcat -T0 /magna/data/ol_author_mapping.tsv.zst) | zstd -T0 -c > {output} """) - luigi.LocalTarget(output).move(self.output().path + luigi.LocalTarget(output).move(self.output().path) def output(self): return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd) |