From 380a7b7edca278021f8073d506ab896042ace0e0 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 15 Sep 2023 18:10:57 +0100 Subject: Add missing #:unwind? #t --- guix-qa-frontpage/manage-patch-branches.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix-qa-frontpage') diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 26ca2ef..7f3adb1 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -406,7 +406,8 @@ #:args (list issue-number))) (lambda args (display (backtrace) (current-error-port)) - (newline (current-error-port))))))))) + (newline (current-error-port))))) + #:unwind? #t)))) series-to-create-branches-for) (simple-format (current-error-port) -- cgit v1.2.3