mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00: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
|
||||
only one Cave for any Entrance, so this Class is reduncdant and should be removed..
|
||||
"""
|
||||
c = cave
|
||||
for e in entrances:
|
||||
|
||||
eslug = getXML(e, "entranceslug", maxItems=1, context=context)[0]
|
||||
|
Loading…
Reference in New Issue
Block a user