summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-08-05 01:26:50 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-08-05 01:26:50 +0300
commitb709dd2f1bef42563018d441bb7e82130a05845d (patch)
tree6e1e473a8cc7e402cdd31ee3106f33073e458cb4
parent51298786c311700f6332b0eb8aac50ca5e73f8f4 (diff)
downloadtroggle-b709dd2f1bef42563018d441bb7e82130a05845d.tar.gz
troggle-b709dd2f1bef42563018d441bb7e82130a05845d.tar.bz2
troggle-b709dd2f1bef42563018d441bb7e82130a05845d.zip
filename correction
-rw-r--r--parsers/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 59278ed..cebeb91 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -1222,7 +1222,7 @@ class LoadingSurvex:
# processed in parsers/caves.py So we have to do a bespoke creation.
cave = create_new_cave(includelabel)
- message = f" ! Warning: cave identifier '{caveid}'or {id} (guessed from file path) is not a known cave. Need to add to expoweb/cave_data/pending.txt ? In '{includelabel}.svx' at depth:[{len(depth)}]."
+ message = f" ! Warning: cave identifier '{caveid}'or {id} (guessed from file path) is not a known cave. Need to add to expoweb/cave_data/pendingcaves.txt ? In '{includelabel}.svx' at depth:[{len(depth)}]."
print("\n" + message)
print("\n" + message, file=sys.stderr)
print(f"{self.pending}", end="", file=sys.stderr)