From ab79a43afa3b86181c3eaf7c327d54a78c18a8f4 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 10 Sep 2023 15:42:36 +0300 Subject: Removed class Area, use Cave.areacode Cave.subarea --- 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 88c1099..96b2e4a 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -2169,7 +2169,7 @@ def FindAndLoadSurvex(): # These exceptions WILL be parsed if the are *included by any file which is not excepted unseensroot = re.sub(r"\.svx$", "", UNSEENS) - excpts = ["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",unseensroot] + excpts = ["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", "dummy_file", unseensroot] removals = set() for x in unseens: for o in excpts: -- cgit v1.2.3