From f02e796581e7d33527fb15a3a364e762f147171f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 19 May 2021 18:26:53 +0200 Subject: task: move result into place --- python/refcat/tasks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index a5e5c72..d3c658d 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -575,6 +575,7 @@ class BrefZipDOI(Refcat): """, refs=self.input().get("refs").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) -- cgit v1.2.3