瀏覽代碼

"cleanup"

Josh Wilson 18 年之前
父節點
當前提交
d1be95209e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      direct/src/distributed/DoCollectionManager.py

+ 2 - 2
direct/src/distributed/DoCollectionManager.py

@@ -199,8 +199,8 @@ class DoCollectionManager:
                 "handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
                 "handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
                 (doId, parentId, zoneId))
                 (doId, parentId, zoneId))
             # Let the object finish the job
             # Let the object finish the job
-            obj.setLocation(parentId, zoneId)
-            #self.storeObjectLocation(doId, parentId, zoneId)
+            # calls storeObjectLocation()
+            obj.setLocation(parentId, zoneId) 
         else:
         else:
             self.notify.warning(
             self.notify.warning(
                 "handleObjectLocation: Asked to update non-existent obj: %s" % (doId))
                 "handleObjectLocation: Asked to update non-existent obj: %s" % (doId))