minor change

This commit is contained in:
Dave Schuyler 2005-03-15 05:46:38 +00:00
parent 58e093303c
commit 36a12d69b3
1 changed files with 1 additions and 1 deletions

View File

@ -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