Improve error message
This commit is contained in:
parent
16b62ca63c
commit
b90b03f6e9
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ class Route:
|
|||
city.error('{} {} {} is not connected to a station in route'.format(
|
||||
actual_role, m['type'], m['ref']), relation)
|
||||
elif not StopArea.is_track(el):
|
||||
city.error('Unauthorized member {} {} in route'.format(m['type'], m['ref']), relation)
|
||||
city.error('Unknown member type for {} {} in route'.format(m['type'], m['ref']), relation)
|
||||
if not self.stops:
|
||||
city.error('Route has no stops', relation)
|
||||
elif len(self.stops) == 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue