diff options
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |