mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
Update subprocess_cli.py
This commit is contained in:
parent
e9af109c67
commit
c7b5b1b216
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class SubprocessCLITransport(Transport):
|
|||
raise CLIConnectionError("Not connected")
|
||||
|
||||
stderr_lines = []
|
||||
json_buffer= ""
|
||||
json_buffer = ""
|
||||
|
||||
async def read_stderr() -> None:
|
||||
"""Read stderr in background."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue