diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-07-08 16:58:27 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-07-08 16:58:27 +0300 |
commit | 4b4ab973f8378e22358231be8e81e9520014b073 (patch) | |
tree | eba9a16ab5e3d8dc5f312c3bc8f38ced470e099c /parsers/survex.py | |
parent | 6c962c0132455bf4bff329856a790d83b935848f (diff) | |
download | troggle-4b4ab973f8378e22358231be8e81e9520014b073.tar.gz troggle-4b4ab973f8378e22358231be8e81e9520014b073.tar.bz2 troggle-4b4ab973f8378e22358231be8e81e9520014b073.zip |
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 3 |
1 files changed, 3 insertions, 0 deletions
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( |