diff options
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qmf/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qmf/console.py b/qpid/python/qmf/console.py index 739ccb6b6b..bba0386d6a 100644 --- a/qpid/python/qmf/console.py +++ b/qpid/python/qmf/console.py @@ -577,7 +577,7 @@ class Session: finally: self.cv.release() - if self.console != None: + if self.console and self.rcvObjects: if prop: self.console.objectProps(broker, object) if stat: |
