diff --git a/hererocks.py b/hererocks.py index 8bcb9e0..f270445 100755 --- a/hererocks.py +++ b/hererocks.py @@ -93,7 +93,7 @@ def exec_command(capture, *args): return "" if not live_output: - sys.stdout.write(exception.output) + sys.stdout.write(exception.output.decode("UTF-8")) sys.exit("Error: got exitcode {} from command {}".format( exception.returncode, command))