diff options
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |