2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-04-03 17:31:47 +01:00
This commit is contained in:
Philip Sargent 2024-07-14 13:29:21 +02:00
parent 1a5e6167fd
commit f4c25ba163

View File

@ -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]