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 c032fe1 commit df963c9Copy full SHA for df963c9
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