diff options
Diffstat (limited to 'parsers')
-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 78cfaa4..e1633ce 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -51,7 +51,7 @@ UNSEENS = "_unseens.svx" IGNOREFILES = ["dummy_file"] IGNOREPREFIX = ["surface", "kataster", "fixedpts", "gpx", "deprecated"] -EXCEPTPREFIX = ["surface/terrain", "kataster/kataster-boundaries", "gpx/gpx_publish/essentials", "template", "docs", "deprecated", "subsections", "1623-and-1626-no-schoenberg-hs", "1623-and-1624-and-1626-and-1627", "1623-and-1626"] +EXCEPTPREFIX = ["surface/terrain", "kataster/kataster-boundaries", "gpx/gpx_publish/essentials", "template", "docs", "deprecated", "subsections", "1623-and-1626-no-schoenberg-hs", "1623-and-1624-and-1626-and-1627", "1623-and-1626", "1623.svx", "1626.svx", "smk-system.svx"] # ignorenoncave = [ # "caves-1623", # "caves-1623/2007-NEU", |