Skip to content

Commit

Permalink
remove decode
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 17, 2020
1 parent 1c53be8 commit 880a4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def execute_subprocess(commands, status_to_caller=False,
hanging_timer.start()
try:
output = subprocess.check_output(commands, stderr=subprocess.STDOUT,
universal_newlines=True).decode('utf-8')
universal_newlines=True)
log_process_output(output)
status = 0
except OSError as error:
Expand Down

0 comments on commit 880a4e7

Please sign in to comment.