From a5968121a002d89de8fe598e284e74dfae04d95b Mon Sep 17 00:00:00 2001 From: Expo laptop Crowley Date: Wed, 12 Jul 2023 22:04:32 +0200 Subject: add DEPRECATed SURVEX FILES TO IGNORE LIST --- parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/survex.py') diff --git a/parsers/survex.py b/parsers/survex.py index 405771d..b3db9e7 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -337,7 +337,7 @@ class LoadingSurvex: insp = "" callcount = 0 caverncount = 0 - ignoreprefix = ["surface", "kataster", "fixedpts", "gpx"] + ignoreprefix = ["surface", "kataster", "fixedpts", "gpx", "deprecated"] ignorenoncave = [ "caves-1623", "caves-1623/2007-NEU", -- cgit v1.2.3