Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed32cd commit 7c571ddCopy full SHA for 7c571dd
1 file changed
java/kotlin-extractor/build.py
@@ -42,9 +42,9 @@ def run_process(cmd):
42
print("In: " + os.getcwd(), file=sys.stderr)
43
print("Command failed: " + shlex.join(cmd), file=sys.stderr)
44
print("stdout output:\n" + e.stdout.decode(encoding='UTF-8',
45
- errors='strict'), file=sys.stderr)
+ errors='replace'), file=sys.stderr)
46
print("stderr output:\n" + e.stderr.decode(encoding='UTF-8',
47
48
raise e
49
50
0 commit comments