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:
parent
1effc10e3f
commit
7ddf7fe373
@ -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 = {}
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user