Print city name in the exception

This commit is contained in:
Ilya Zverev 2017-11-02 23:34:00 +03:00
parent afabb835aa
commit 6f605f49ac

View file

@ -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: