mirror of https://github.com/ARMmbed/mbed-os.git
Py3 support back. Reverted accidentially in icetea changes rebase
parent
3d94fb889b
commit
55336b034d
|
@ -1357,4 +1357,4 @@ def merge_build_data(filename, toolchain_report, app_type):
|
||||||
if 'type' not in build[0]:
|
if 'type' not in build[0]:
|
||||||
build[0]['type'] = app_type
|
build[0]['type'] = app_type
|
||||||
build_data['builds'].insert(0, build[0])
|
build_data['builds'].insert(0, build[0])
|
||||||
dump(build_data, open(filename, "wb"), indent=4, separators=(',', ': '))
|
dump(build_data, open(filename, "w"), indent=4, separators=(',', ': '))
|
||||||
|
|
Loading…
Reference in New Issue