mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 13:07:11 +00:00
bugfix
This commit is contained in:
@@ -638,6 +638,7 @@ def read_cave(filename, mvf=None, cave=None):
|
|||||||
What is Class CaveAndEntrance for? It was to allow mandy<=>many relationship between caves and entrances, but now we insist
|
What is Class CaveAndEntrance for? It was to allow mandy<=>many relationship between caves and entrances, but now we insist
|
||||||
only one Cave for any Entrance, so this Class is reduncdant and should be removed..
|
only one Cave for any Entrance, so this Class is reduncdant and should be removed..
|
||||||
"""
|
"""
|
||||||
|
c = cave
|
||||||
for e in entrances:
|
for e in entrances:
|
||||||
|
|
||||||
eslug = getXML(e, "entranceslug", maxItems=1, context=context)[0]
|
eslug = getXML(e, "entranceslug", maxItems=1, context=context)[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user