We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954d813 commit 5475c70Copy full SHA for 5475c70
aipyapp/exec/prun.py
@@ -43,6 +43,8 @@ def __call__(self, block) -> Dict[str, Any]:
43
shell=False,
44
capture_output=True,
45
text=True,
46
+ encoding="utf-8",
47
+ errors="ignore",
48
timeout=self.timeout
49
)
50
stdout = cp.stdout.strip() if cp.stdout else None
0 commit comments