2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

corrected message

This commit is contained in:
Philip Sargent 2023-10-15 18:43:15 +03:00
parent a786f4813f
commit d88ae2f78c

View File

@ -140,8 +140,8 @@ def validate_entrance_stations(ent=None):
for ent in Entrance.objects.all(): for ent in Entrance.objects.all():
validate_ent(ent) validate_ent(ent)
print(f" - {good} valid SurvexStation tags of all types found on Entrances.") print(f" - {good} valid SurvexStations of all types found on Entrances.")
print(f" - {bads} bad SurvexStation tags of all types found on Entrances.") print(f" - {bads} bad SurvexStations of all types found on Entrances.")
return True # not necessarily.. but unused return value return True # not necessarily.. but unused return value