From ef5e9e8b6787fdfd6af1226b48a4f6aeaf4cab54 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 29 May 2021 13:20:19 +0200 Subject: tasks: fix UnmatchedOpenLibraryMatchTable --- 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 0656f3c..93e4928 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -883,6 +883,7 @@ class UnmatchedOpenLibraryMatchTable(Refcat): """, ol=self.input().get("ol").path, unmatched=self.input().get("unmatched").path) + luigi.LocalTarget(output).move(self.output().path) def output(self): return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd) -- cgit v1.2.3