mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix debug in remote runtime (#6688)
This commit is contained in:
parent
3188646195
commit
1afe7f1058
@ -215,7 +215,7 @@ class RemoteRuntime(ActionExecutionClient):
|
||||
environment = {
|
||||
'DEBUG': 'true'
|
||||
if self.config.debug or os.environ.get('DEBUG', 'false').lower() == 'true'
|
||||
else {},
|
||||
else '',
|
||||
}
|
||||
environment.update(self.config.sandbox.runtime_startup_env_vars)
|
||||
start_request = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user