-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Traceback (most recent call last):
File "/source/ci/flaky_test/process_xml.py", line 101, in <module>
output_msg += getGitInfo(CI_TARGET)
File "/source/ci/flaky_test/process_xml.py", line 76, in getGitInfo
for line in [next(f) for x in range(6)]:
File "/source/ci/flaky_test/process_xml.py", line 76, in <listcomp>
for line in [next(f) for x in range(6)]:
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 209: ordinal not in range(128)
Reactions are currently unavailable