diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-26 23:40:47 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-26 23:40:47 +0200 |
commit | 7de4ef24ba509e937d67497500dcc84aacc5ac9e (patch) | |
tree | 1cfb7a964f997adb9483e82ccb69190904385f6e /python | |
parent | 59b2cb65eafdba8fadba56d74089154863073d69 (diff) | |
download | refcat-7de4ef24ba509e937d67497500dcc84aacc5ac9e.tar.gz refcat-7de4ef24ba509e937d67497500dcc84aacc5ac9e.zip |
fix typo
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) |