prevent uberdog crash

This commit is contained in:
Darren Ranalli 2006-07-08 00:57:59 +00:00
parent 67226d7f85
commit e33e528192

View File

@ -194,7 +194,7 @@ class DoCollectionManager:
if (object == None):
object = self.doId2do.get(doId)
if object is None:
self.notify.error('storeObjectLocation: object %s not present' % doId)
self.notify.warning('storeObjectLocation: object %s not present' % doId)
else:
oldParentId = object.parentId
oldZoneId = object.zoneId