From d2fde340adf197cc42bc4e0187deaf3a7bd3968d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 30 Jun 2020 00:17:22 +0200 Subject: [PATCH] lint: Adjust 'swh-error exception handler. * guix/lint.scm (check-archival): Change first clause to match only 'swh-error keys. --- guix/lint.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/lint.scm b/guix/lint.scm index fa507546f54..8a4d27ce05c 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -1208,7 +1208,7 @@ Heritage") '()))) '())))) (match-lambda* - ((key url method response) + (('swh-error url method response) (response->warning url method response)) ((key . args) (if (eq? key skip-key)