mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
cc6dd2981c
commit
d2fde340ad
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ (define commit
|
||||||
'())))
|
'())))
|
||||||
'()))))
|
'()))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue