summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/python/qmf/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qmf/console.py b/qpid/python/qmf/console.py
index 827a28d891..6b0826f37d 100644
--- a/qpid/python/qmf/console.py
+++ b/qpid/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: