--- ECHO_content/ECHO_collection.py 2005/10/10 19:11:12 1.236 +++ ECHO_content/ECHO_collection.py 2005/10/13 15:07:26 1.237 @@ -3812,7 +3812,7 @@ def repairCoords(self): print "fixing: ", col.id msg += "fixing: "+col.id+"\n" coords = col.coords - if len(coords) > 0: + if len(coords) > 0: # delete old MapAreas for areas in self.ZopeFind(col, obj_metatypes=['MapArea']): #area = areas[1]