2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-13 05:41:47 +00:00

1624 arge caves

This commit is contained in:
Philip Sargent 2023-09-14 15:29:00 +03:00
parent 1effc10e3f
commit 7ddf7fe373
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ todo = """
again. (status as of July 2022). May not happen now that class Area is removed (Sept.2023).
"""
AREACODES = {"1623", "1624", "1626", "1627"} # NB set not dict
ARGEAREAS = {"1626", "1627"}
ARGEAREAS = {"1626", "1627", "1624"} # NB set not dict
entrances_xslug = {}
caves_xslug = {}

View File

@ -1204,7 +1204,7 @@ class LoadingSurvex:
if cavepath[6:10] in ARGEAREAS:
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
cave = create_new_cave(cavepath, f"Cave mentioned only in a survex file {svxid}") # uses the pending code to create pending cave descriptions
self.caveslist[cavepath] = cave
message = f"\n ! MAKING cave {sluggy} for {cavepath=} {svxid=}"
# stash_data_issue(parser="survex", message=message, url="/survexfile/{svxid}.svx", sb=(svxid))