2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 12:27:09 +00:00

blank unofficial number for Pending caves

This commit is contained in:
2025-04-16 00:35:18 +01:00
parent 63ff01700f
commit e0c87b167b

View File

@@ -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>" 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( cave = Cave(
underground_description=commentary + line1 +line2 +line3 +passages +"</pre>", underground_description=commentary + line1 +line2 +line3 +passages +"</pre>",
unofficial_number="ARGE-or-VfHO", unofficial_number="",
survex_file= f"{svxid}.svx", survex_file= f"{svxid}.svx",
url=url, url=url,
notes=default_note, notes=default_note,