diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-09 23:08:21 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-09 23:08:21 +0200 |
commit | 7230af0cf1e15b133b90d3843c5fa7a0c5bd1f1a (patch) | |
tree | 2a79913878cb4eee56e81c6729dca36cd2b4659d /python | |
parent | 11a6a9d3a883dffdf90ad9f178116f54a4832d86 (diff) | |
download | refcat-7230af0cf1e15b133b90d3843c5fa7a0c5bd1f1a.tar.gz refcat-7230af0cf1e15b133b90d3843c5fa7a0c5bd1f1a.zip |
tasks: amend wiki bref task
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 5bcbba1..b992915 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1449,6 +1449,7 @@ class BrefZipWikiDOI(Refcat): """, wiki=self.input().get("wiki").path, fatcat=self.input().get("fatcat").path) + luigi.LocalTarget(output).move(self.output().path) def output(self): return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd) |