diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-15 18:43:15 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-15 18:43:15 +0300 |
commit | d88ae2f78c9c30f71ed65f1c987bd18d3d6e1e29 (patch) | |
tree | 62a0671f8003efc2164d6b68e719657e8ff60421 /parsers/locations.py | |
parent | a786f4813fe50dd3b7603e94ffdfd9f5bb1d64df (diff) | |
download | troggle-d88ae2f78c9c30f71ed65f1c987bd18d3d6e1e29.tar.gz troggle-d88ae2f78c9c30f71ed65f1c987bd18d3d6e1e29.tar.bz2 troggle-d88ae2f78c9c30f71ed65f1c987bd18d3d6e1e29.zip |
corrected message
Diffstat (limited to 'parsers/locations.py')
-rw-r--r-- | parsers/locations.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |