We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6d75b1 + 2d7899b commit c1a4f37Copy full SHA for c1a4f37
utils/incrparse/incr_transfer_round_trip.py
@@ -93,7 +93,7 @@ def main():
93
print('Test case "%s" of %s FAILed' % (test_case, test_file),
94
file=sys.stderr)
95
print('Parsing the swift file failed:\n', file=sys.stderr)
96
- print(e.output, file=sys.stderr)
+ print(e.output.decode('UTF-8'), file=sys.stderr)
97
sys.exit(1)
98
99
# Check if the two syntax trees are the same
0 commit comments