mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-19 15:47:03 +00:00
filename correction
This commit is contained in:
@@ -1222,7 +1222,7 @@ class LoadingSurvex:
|
|||||||
# processed in parsers/caves.py So we have to do a bespoke creation.
|
# processed in parsers/caves.py So we have to do a bespoke creation.
|
||||||
cave = create_new_cave(includelabel)
|
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)
|
||||||
print("\n" + message, file=sys.stderr)
|
print("\n" + message, file=sys.stderr)
|
||||||
print(f"{self.pending}", end="", file=sys.stderr)
|
print(f"{self.pending}", end="", file=sys.stderr)
|
||||||
|
|||||||
Reference in New Issue
Block a user