Removed decode since deeper tools always return strings

pull/9673/head
Cruz Monrreal II 2019-02-11 20:03:53 -06:00
parent 8c10cb0b8d
commit b59bb465ba
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ class mbedToolchain:
def compile_output(self, output=[]):
_rc = output[0]
_stderr = output[1].decode("utf-8")
_stderr = output[1]
command = output[2]
# Parse output for Warnings and Errors