2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 21:17:11 +00:00
This commit is contained in:
2023-09-11 22:42:12 +03:00
parent d323ff2700
commit af136d3432
3 changed files with 11 additions and 10 deletions

View File

@@ -1202,8 +1202,7 @@ class LoadingSurvex:
return self.caveslist[s]
if cavepath[6:10] in ARGEAREAS:
url = f"/survexfile/{svxid}.svx"
return do_ARGE_cave(sluggy, caveid, url, area, svxid)
return do_ARGE_cave(sluggy, caveid, area, svxid)
cave = create_new_cave(cavepath, f"Make cave found in survex file {svxid}") # uses the pending code to create pending cave descriptions
self.caveslist[cavepath] = cave