diff options
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index f7b44f9..651d879 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -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)) |