From d88ae2f78c9c30f71ed65f1c987bd18d3d6e1e29 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Oct 2023 18:43:15 +0300 Subject: corrected message --- parsers/locations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsers/locations.py') diff --git a/parsers/locations.py b/parsers/locations.py index 4c23b4c..03b1c8a 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -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 -- cgit v1.2.3