mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-03 17:31:47 +01:00
bugfix
This commit is contained in:
parent
1a5e6167fd
commit
f4c25ba163
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user