We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abca4f commit ba7e191Copy full SHA for ba7e191
lldb/packages/Python/lldbsuite/test_event/build_exception.py
@@ -13,4 +13,4 @@ def __str__(self):
13
@staticmethod
14
def format_build_error(command, command_output):
15
return "Error when building test subject.\n\nBuild Command:\n{}\n\nBuild Command Output:\n{}".format(
16
- command, command_output)
+ command, command_output.decode("utf-8"))
0 commit comments