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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user