lint: Adjust 'swh-error exception handler.

* guix/lint.scm (check-archival): Change first clause to match only
'swh-error keys.
This commit is contained in:
Ludovic Courtès 2020-06-30 00:17:22 +02:00
parent cc6dd2981c
commit d2fde340ad
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ Heritage")
'()))) '())))
'())))) '()))))
(match-lambda* (match-lambda*
((key url method response) (('swh-error url method response)
(response->warning url method response)) (response->warning url method response))
((key . args) ((key . args)
(if (eq? key skip-key) (if (eq? key skip-key)