summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-04-16 00:35:18 +0100
committerPhilip Sargent <philip.sargent@gmail.com>2025-04-16 00:35:18 +0100
commite0c87b167b3135378937fc92c3c0cbf705376b67 (patch)
treea9cbe3045a44d1b6dd69ed71f2ffe3fe379299e2 /parsers
parent63ff01700f60d84308452dd1e4cf02f5634465c1 (diff)
downloadtroggle-e0c87b167b3135378937fc92c3c0cbf705376b67.tar.gz
troggle-e0c87b167b3135378937fc92c3c0cbf705376b67.tar.bz2
troggle-e0c87b167b3135378937fc92c3c0cbf705376b67.zip
blank unofficial number for Pending caves
Diffstat (limited to 'parsers')
-rw-r--r--parsers/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 48c464f..f063731 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -222,7 +222,7 @@ def do_ARGE_cave(slug, caveid, areacode, svxid):
commentary= "ARGE or VfHO cave.<br />3 lines of the survexfile,<br /> then all the *begin lines and any '; Messteam' and '; Zeichner' lines:<br><pre>"
cave = Cave(
underground_description=commentary + line1 +line2 +line3 +passages +"</pre>",
- unofficial_number="ARGE-or-VfHO",
+ unofficial_number="",
survex_file= f"{svxid}.svx",
url=url,
notes=default_note,