Skip to content

Commit

Permalink
Specify utf-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 31, 2024
1 parent 2aa26a1 commit a01ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def cmd(command, **kwargs):
sys.stderr.write("\n".join([
"Command execution failed. Output:",
"-"*80,
e.output.decode(),
e.output.decode("utf-8"),
"-"*80,
""
]))
Expand Down

0 comments on commit a01ea92

Please sign in to comment.