Print city name in the exception
This commit is contained in:
parent
afabb835aa
commit
6f605f49ac
1 changed files with 2 additions and 2 deletions
|
@ -651,8 +651,8 @@ class Route:
|
|||
city.error('{} {} {} for route relation is not in the dataset'.format(
|
||||
m['role'], m['type'], m['ref']), relation)
|
||||
raise Exception('Stop or platform {} {} in relation {} '
|
||||
'is not in the dataset'.format(
|
||||
m['type'], m['ref'], relation['id']))
|
||||
'is not in the dataset for {}'.format(
|
||||
m['type'], m['ref'], relation['id'], city.name))
|
||||
continue
|
||||
el = city.elements[k]
|
||||
if 'tags' not in el:
|
||||
|
|
Loading…
Add table
Reference in a new issue