Return readability to validation json output
This commit is contained in:
parent
c615a6b880
commit
e1cb765bd0
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ if __name__ == '__main__':
|
|||
v = c.get_validation_result()
|
||||
v['slug'] = slugify(c.name)
|
||||
res.append(v)
|
||||
json.dump(res, options.log, ensure_ascii=False)
|
||||
json.dump(res, options.log, indent=2, ensure_ascii=False)
|
||||
|
||||
if options.output:
|
||||
json.dump(processor.process(cities, transfers, options.cache),
|
||||
|
|
Loading…
Add table
Reference in a new issue