lint: Adjust 'swh-error exception handler.
authorLudovic Courtès <ludo@gnu.org>
Mon, 29 Jun 2020 22:17:22 +0000 (00:17 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 29 Jun 2020 22:18:28 +0000 (00:18 +0200)
* guix/lint.scm (check-archival): Change first clause to match only
'swh-error keys.

guix/lint.scm

index fa50754..8a4d27c 100644 (file)
@@ -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)