Skip to content

Commit b59bb46

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Removed decode since deeper tools always return strings
1 parent 8c10cb0 commit b59bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def parse_output(self, output):
573573

574574
def compile_output(self, output=[]):
575575
_rc = output[0]
576-
_stderr = output[1].decode("utf-8")
576+
_stderr = output[1]
577577
command = output[2]
578578

579579
# Parse output for Warnings and Errors

0 commit comments

Comments
 (0)