Commit 726f746
Fix OH launcher crash when pkill is missing in container
The generated oh_launcher.py called subprocess.run(['pkill', ...])
which raises FileNotFoundError on images without procps installed.
Guard with shutil.which() and fall back to os.system() kill pipeline.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fb1e9ec commit 726f746
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
0 commit comments