From: Chris Lamb Date: Thu, 29 Oct 2009 13:23:12 +0000 (+0000) Subject: Don't ignore KeyboardInterrupt either in process_unchecked X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cff56dae8b80a00622d0f33235e11e66bee23c1;p=dak Don't ignore KeyboardInterrupt either in process_unchecked Signed-off-by: Chris Lamb --- diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 5463f1a6..db29ac42 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -507,7 +507,7 @@ def process_it(changes_file): action(u) - except SystemExit: + except (SystemExit, KeyboardInterrupt): raise except: