Skip to content

Commit 55336b0

Browse files
author
Olli-Pekka Puolitaival
committed
Py3 support back. Reverted accidentially in icetea changes rebase
1 parent 3d94fb8 commit 55336b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,4 +1357,4 @@ def merge_build_data(filename, toolchain_report, app_type):
13571357
if 'type' not in build[0]:
13581358
build[0]['type'] = app_type
13591359
build_data['builds'].insert(0, build[0])
1360-
dump(build_data, open(filename, "wb"), indent=4, separators=(',', ': '))
1360+
dump(build_data, open(filename, "w"), indent=4, separators=(',', ': '))

0 commit comments

Comments
 (0)