From f55cce2252d0f82b3a0b077dcfb6920ca7d7ee2d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 15 Jul 2021 18:59:08 +0200 Subject: tasks: ignore exit code 141 for now --- 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 2d31068..9a11653 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1515,7 +1515,7 @@ class CDXURL(Refcat): tmpdir=self.tmpdir, limit=self.limit, input=self.input().path, - cache=self.cache) + cache=self.cache, ignoremap={141: "todo: root cause"}) luigi.LocalTarget(output).move(self.output().path) -- cgit v1.2.3