From 979141b8d0fef081d179cc7817cbf4acdb8ced79 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 1 Dec 2008 21:03:39 +0000 Subject: Fixed a logic bug in a try/finally git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722229 13f79535-47bb-0310-9956-ffa450edef68 --- python/qmf/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/qmf/console.py b/python/qmf/console.py index 827a28d891..6b0826f37d 100644 --- a/python/qmf/console.py +++ b/python/qmf/console.py @@ -1182,7 +1182,7 @@ class ManagedConnection(Thread): if self.canceled: return delay = self.DELAY_MIN - except: + finally: self.cv.release() except: if delay < self.DELAY_MAX: -- cgit v1.2.1