Fix LocalRuntime to properly handle existing subprocesses (#8821)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
tofarr
2025-06-02 11:03:48 -06:00
committed by GitHub
parent ab1cdb5b5f
commit 72c24b461c
10 changed files with 320 additions and 167 deletions

View File

@@ -289,7 +289,7 @@ def _load_runtime(
call_async_from_sync(runtime.connect)
time.sleep(2)
return runtime, config
return runtime, runtime.config
# Export necessary function