We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d753d3 commit 2196d27Copy full SHA for 2196d27
main/githooks.py
@@ -58,7 +58,7 @@
58
59
60
def _get_output(command, cwd='.'):
61
- return subprocess.check_output(command, shell=True, cwd=cwd).decode()
+ return subprocess.check_output(command, shell=True, cwd=cwd).decode(errors='replace')
62
63
64
def _is_github_event():
0 commit comments