summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-11-20 19:27:09 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-11-20 19:27:09 +0000
commitbd81bd0b013892c7cd05a6e319a1a960e21abb55 (patch)
tree0244c2382f8c59f25456dfbb717a3b30f80ae2cc /parsers/caves.py
parent740a5a4fa8bb8452d8b8ef6d264902c7d67812c8 (diff)
downloadtroggle-bd81bd0b013892c7cd05a6e319a1a960e21abb55.tar.gz
troggle-bd81bd0b013892c7cd05a6e319a1a960e21abb55.tar.bz2
troggle-bd81bd0b013892c7cd05a6e319a1a960e21abb55.zip
Made kataster_status field invisible.
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 4203368..d8c8006 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -740,7 +740,7 @@ def read_cave(filename, cave=None):
equipment = getXMLmax1("equipment")
references = getXMLmax1("references")
survey = getXMLmax1("survey")
- kataster_status = getXMLmax1("kataster_status")
+ #kataster_status = getXMLmax1("kataster_status")
#underground_centre_line = getXMLmax1("underground_centre_line")
notes = getXMLmax1("notes")
length = getXMLmax1("length")
@@ -797,7 +797,7 @@ def read_cave(filename, cave=None):
cave.equipment=equipment[0]
cave.references=references[0]
cave.survey=survey[0]
- cave.kataster_status=kataster_status[0]
+ #cave.kataster_status=kataster_status[0]
#cave.underground_centre_line=underground_centre_line[0]
cave.notes=notes[0]
cave.length=length[0]