mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
corrected message
This commit is contained in:
parent
a786f4813f
commit
d88ae2f78c
@ -140,8 +140,8 @@ def validate_entrance_stations(ent=None):
|
||||
for ent in Entrance.objects.all():
|
||||
validate_ent(ent)
|
||||
|
||||
print(f" - {good} valid SurvexStation tags of all types found on Entrances.")
|
||||
print(f" - {bads} bad SurvexStation tags of all types found on Entrances.")
|
||||
print(f" - {good} valid SurvexStations 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user