lint: Adjust 'swh-error exception handler.
* guix/lint.scm (check-archival): Change first clause to match only 'swh-error keys.
parent
cc6dd2981c
commit
d2fde340ad
|
@ -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)
|
||||||
|
|
Reference in New Issue