Skip to content

Commit 0bc386a

Browse files
committed
tools: Let unicode error messages through
Some toolchains (GCC) may emit error messages with unicode symbols based on the your localization settings. Instead of being passed to the user as is, the unicode causes an exception.
1 parent 5c7cd1f commit 0bc386a

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)