mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Fix LocalRuntime to properly handle existing subprocesses (#8821)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user