mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user