From 4d5f35f824f95835f6d3d30fef88fd8a68e7a14d Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 15 Dec 2008 18:09:59 +0000 Subject: Suppress spurious object updates when "rcvObjects" is false. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@726750 13f79535-47bb-0310-9956-ffa450edef68 --- python/qmf/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qmf') diff --git a/python/qmf/console.py b/python/qmf/console.py index 739ccb6b6b..bba0386d6a 100644 --- a/python/qmf/console.py +++ b/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: -- cgit v1.2.1