Browse Source

formatting

Dave Schuyler 20 years ago
parent
commit
d4faa62ea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoCollectionManager.py

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

@@ -236,7 +236,7 @@ class DoCollectionManager:
                         (do, do.doId, location))
                 else:
                     assert do.doId in self.zoneId2doIds[location]
-                    del(self.zoneId2doIds[location][do.doId])
+                    del self.zoneId2doIds[location][do.doId]
                     if len(self.zoneId2doIds[location]) == 0:
                         del self.zoneId2doIds[location]
             if do.doId in self.doId2do: