diff options
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 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) |