From 125c61b4f7040e1206fa3eb5b627147bbbd5645b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 May 2009 05:23:41 +0000 Subject: Pass ExitNow exceptions through, as signal handlers can raise them at any time. svn path=/rpkid/irdbd.py; revision=2423 --- rpkid/testpoke.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpkid/testpoke.py') diff --git a/rpkid/testpoke.py b/rpkid/testpoke.py index f07135a6..e770101e 100644 --- a/rpkid/testpoke.py +++ b/rpkid/testpoke.py @@ -102,6 +102,8 @@ def query_up_down(q_pdu): print r_xml try: r_msg.payload.check_response() + except rpki.async.ExitNow: + raise except Exception, edata: fail(edata) rpki.async.exit_event_loop() -- cgit v1.2.3