diff options
Diffstat (limited to 'guix-qa-frontpage/patchwork.scm')
-rw-r--r-- | guix-qa-frontpage/patchwork.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix-qa-frontpage/patchwork.scm b/guix-qa-frontpage/patchwork.scm index 6bfa372..ee43b5b 100644 --- a/guix-qa-frontpage/patchwork.scm +++ b/guix-qa-frontpage/patchwork.scm @@ -150,8 +150,11 @@ (patchwork-patches #:patchwork patchwork)) (let* ((data (hash-map->list cons result)) - (mumi-data (mumi-bulk-issues - (map first data)))) + (mumi-data + (call-with-delay-logging mumi-bulk-issues + #:args + (list + (map first data))))) (sort! (filter-map (lambda (data mumi) (if (assq-ref mumi 'open?) |