mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Update openhands/runtime/client/client.py
This commit is contained in:
parent
b24066fb64
commit
9aaecfbc68
@ -116,7 +116,7 @@ class RuntimeClient:
|
||||
logger.info('Runtime client initialized.')
|
||||
|
||||
def _init_user(self, username: str, user_id: int) -> None:
|
||||
"""Create user if not exists."""
|
||||
"""Create user if the user doesn't exist."""
|
||||
# Skip root since it is already created
|
||||
if username == 'root':
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user