We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
backslashreplace
errors
subprocess
1 parent d95da0a commit 53a253bCopy full SHA for 53a253b
1 file changed
src/tmuxp/util.py
@@ -36,6 +36,7 @@ def run_before_script(
36
stdout=subprocess.PIPE,
37
cwd=cwd,
38
text=True,
39
+ errors="backslashreplace",
40
)
41
if proc.stdout is not None:
42
for line in iter(proc.stdout.readline, ""):
0 commit comments