beautify json
This commit is contained in:
parent
f793d86ab8
commit
22f9670650
2
main.py
2
main.py
@ -19,7 +19,7 @@ os.remove(str(c.transparent_surfaces_path))
|
||||
constructions = dict(opaque_surfaces=opaque['opaque_surfaces'], transparent_surfaces=transparent['transparent_surfaces'])
|
||||
|
||||
with open(c.nrcan_constructions, 'w') as f:
|
||||
json.dump(constructions, f)
|
||||
json.dump(constructions, f, indent=2)
|
||||
|
||||
|
||||
print('NRCAN catalog successfully created')
|
||||
|
Loading…
Reference in New Issue
Block a user