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.
pull/6154/head
Christopher Haster 2018-02-21 10:23:34 -06:00
parent 5c7cd1f689
commit 0bc386a7c4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ limitations under the License.
TEST BUILD & RUN
"""
from __future__ import print_function
from builtins import str
import sys
import json
from time import sleep