diff options
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |