Commit 7402f04
refactor: inline
The local was constructed and read exactly once on the very next
statement as the first positional arg to `subprocess.Popen(...)`.
The three appended tokens are already named constants
(`_OUTPUT_FORMAT_FLAG`, `_STREAM_FORMAT`, `_VERBOSE_FLAG`) so the
intent reads clearly at the call site without the intermediate
binding. Same Phase 4 inline-alias shape as 66d6c60 (`remaining`),
b24accf (`reader`), 2fda4f0 (`visible`), and e1ad87a (`binary`).
Co-authored-by: Ralphify <noreply@ralphify.co>stream_cmd into Popen call in _run_agent_streaming
1 parent 1161e2d commit 7402f04
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
423 | 422 | | |
424 | 423 | | |
425 | 424 | | |
| |||
428 | 427 | | |
429 | 428 | | |
430 | 429 | | |
431 | | - | |
| 430 | + | |
432 | 431 | | |
433 | 432 | | |
434 | 433 | | |
| |||
0 commit comments