Skip to content

Commit 97e7fbb

Browse files
committed
[LLDB] More Windows non-English locales fixes
This is a follow-up for https://reviews.llvm.org/D88975
1 parent d9f064d commit 97e7fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def system(commands, **kwargs):
516516
"command": shellCommand
517517
}
518518
raise cpe
519-
output = output + this_output.decode("utf-8")
519+
output = output + this_output.decode("utf-8", errors='ignore')
520520
return output
521521

522522

0 commit comments

Comments
 (0)