minor change
This commit is contained in:
parent
58e093303c
commit
36a12d69b3
|
|
@ -176,7 +176,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
|
|||
parentId = di.getUint32()
|
||||
zoneId = di.getUint32()
|
||||
obj = self.doId2do.get(doId)
|
||||
if (obj != None):
|
||||
if obj is not None:
|
||||
self.notify.info("handleObjectLocation: doId: %s parentId: %s zoneId: %s" %
|
||||
(doId, parentId, zoneId))
|
||||
# Let the object finish the job
|
||||
|
|
|
|||
Loading…
Reference in New Issue