From 7de4ef24ba509e937d67497500dcc84aacc5ac9e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 26 May 2021 23:40:47 +0200 Subject: fix typo --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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) -- cgit v1.2.3