From 4b4ab973f8378e22358231be8e81e9520014b073 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 8 Jul 2025 16:58:27 +0300 Subject: bug fi, always need to regenerate the import .pos file --- parsers/survex.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parsers/survex.py') diff --git a/parsers/survex.py b/parsers/survex.py index 1256c03..270ee92 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -2142,6 +2142,9 @@ class LoadingSurvex: def runcavern(): """regenerates the .3d file from the .svx if it is older than the svx file, or older than the software, or randomly using chaosmonkey() just to keep things ticking over. + + This completely fails for e.g. troggle_import_root.svx as the survex file merely includes other files, + which may well have changed, e.g. the *fix statements in gps25.svx """ try: print( -- cgit v1.2.3