Py3 support back. Reverted accidentially in icetea changes rebase

pull/8181/head
Olli-Pekka Puolitaival 2018-09-19 13:59:28 +03:00
parent 3d94fb889b
commit 55336b034d
1 changed files with 1 additions and 1 deletions

View File

@ -1357,4 +1357,4 @@ def merge_build_data(filename, toolchain_report, app_type):
if 'type' not in build[0]:
build[0]['type'] = app_type
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=(',', ': '))