Skip to content

Commit

Permalink
silently exit
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Nov 14, 2024
1 parent f2ed6b8 commit 8bc93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/runtime/impl/eventstream/eventstream_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _init_docker_client() -> docker.DockerClient:
logger.error(
f'Launch docker client failed. Please make sure you have installed docker and started docker desktop/daemon.| {e}',
)
exit(1)
exit(0)

def _init_container(self):
self.log('debug', 'Preparing to start container...')
Expand Down

0 comments on commit 8bc93f1

Please sign in to comment.