summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 8b6f328..fe8c92c 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -443,6 +443,7 @@ def validate_station(station):
if dot == -1:
print(dot)
# no full stop found. Bad station identifier.
+ # should just skip really, and log an error
raise
else:
return True