2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 13:47:07 +00:00
This commit is contained in:
2025-07-26 15:13:23 +02:00
parent 76f7b10777
commit bbb769faab

View File

@@ -279,6 +279,9 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None):
DataIssue.objects.create(parser="caves", message=message, url=url)
print(message)
return
survex_file = get_survex_file(slug)
default_note = f"""
This cave in is the "pending" state.
<p>This can happen for 3 reasons:
@@ -348,7 +351,6 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None):
print(message)
return urltest[0]
survex_file = get_survex_file(slug)
cave = Cave(
unofficial_number=caveid,