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

Adding SUrvexFix class

This commit is contained in:
2025-07-29 19:42:59 +02:00
parent 959c358c09
commit 7a9bcd02f7
3 changed files with 28 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ class MapLocations(object):
# but not in troggle reports unless we include them here
nullent = Entrance.objects.all()[0]
# These pending entrnces have been added to the fixedpts but no Cave Description page has been created yet,
# These pending entrances have been added to the fixedpts but no Cave Description page has been created yet,
# nor are they on the pendingcaves.txt list - yet - as they really need a proper name,
# /walletedit/2013:02
# so probably 2013-BL-02,03 etc.
@@ -393,5 +393,7 @@ def LoadPositions():
print(f" - {found} distinct SurvexStation entrance stations identified in {lineno:,} lines in {positions_filename}.")
if dups > 0:
print(f" - {dups} Duplicated SurvexStation entrances found")
store_data_issues()