aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 8dcc676..43eb4b2 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -429,8 +429,8 @@ class BrefWithDOI(Refcat):
-m target_release_ident:target_doi
| zstd -c -T0 > {output}
""",
- bref=self.input().get("bref"),
- mapping=self.input().get("mapping"))
+ bref=self.input().get("bref").path,
+ mapping=self.input().get("mapping").path)
luigi.LocalTarget(output).move(self.output().path)
def output(self):