diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-21 12:39:47 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-21 12:39:47 +0300 |
commit | 24029be7d3406e4c3ce7790c066b4ad6033c4202 (patch) | |
tree | 9495c11fa09a2c3a8f9fa8b0c8f4c58bceaae69f /parsers | |
parent | 850e87b97a6a563e20285e419c5df624080728f9 (diff) | |
download | troggle-24029be7d3406e4c3ce7790c066b4ad6033c4202.tar.gz troggle-24029be7d3406e4c3ce7790c066b4ad6033c4202.tar.bz2 troggle-24029be7d3406e4c3ce7790c066b4ad6033c4202.zip |
wookeys new not-scan files
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", |