Skip to content

Commit 6c4654a

Browse files
authored
Merge pull request #6154 from ARMmbed/g-fix-unicode-errors
tools: Let unicode error messages through
2 parents 56ec718 + 0bc386a commit 6c4654a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
TEST BUILD & RUN
2020
"""
2121
from __future__ import print_function
22+
from builtins import str
2223
import sys
2324
import json
2425
from time import sleep

0 commit comments

Comments
 (0)