From d60b6257288f5ff8221eebb70b7ca2a4626095e3 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 14 May 2021 01:50:58 +0200 Subject: tasks: fix keyword parameter name --- 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 91e017b..6fefc6a 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -512,7 +512,7 @@ class FatcatMapped(Refcat): """ Fatcat mapped "tsand". """ - mapper = luigi.Parameter(default="ts", help="mapper short name") + mapper = luigi.Parameter(default="ts", description="mapper short name") def requires(self): return ReleaseExportReduced() -- cgit v1.2.3