From e0c87b167b3135378937fc92c3c0cbf705376b67 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 16 Apr 2025 00:35:18 +0100 Subject: blank unofficial number for Pending caves --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
3 lines of the survexfile,
then all the *begin lines and any '; Messteam' and '; Zeichner' lines:
" 
     cave = Cave( 
     underground_description=commentary + line1 +line2 +line3 +passages +"
", - unofficial_number="ARGE-or-VfHO", + unofficial_number="", survex_file= f"{svxid}.svx", url=url, notes=default_note, -- cgit v1.2.3