road_runner fix

This commit is contained in:
Lev Dragunov 2016-01-07 14:16:26 +03:00 committed by Sergey Yershov
parent 366f74aaac
commit e7eb1c406e

View file

@ -78,8 +78,7 @@ for task in tasks:
qtasks.join()
with open(os.path.join(sys.argv[1], "ways.csv"),"w") as f:
for way_id in way_ids.keys():
for way_id in result:
print >> f, "{0};world_level".format(way_id)
print "All done."