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.
1 parent 2f0ae44 commit 2d7899bCopy full SHA for 2d7899b
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