From ab1a133b2ad3fd2592953d4c775e7e055c58b586 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 30 Mar 2021 03:35:01 +0200 Subject: fix key --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 04ea55d..3358f41 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1463,7 +1463,7 @@ class BiblioRefWiki(Refcat): zstd -c -T0 > {output} """, releases=self.input().get("releases").path, - refs=self.input().get("wiki").path) + wiki=self.input().get("wiki").path) luigi.LocalTarget(output).move(self.output().path) def output(self): -- cgit v1.2.3