Commit ea016c6
feat: raise ValueError when no stdout source available in from_completed_process
- Replace empty EntrypointOutput creation with ValueError
- Add clear error message when both stdout_file and completed_process.stdout are None
- Improves error handling and prevents silent failures
- Addresses GitHub PR feedback from @aaronsteers
Co-Authored-By: AJ Steers <[email protected]>1 parent 3d1dc9a commit ea016c6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
310 | 312 | | |
311 | 313 | | |
312 | 314 | | |
| |||
0 commit comments