Skip to content

Commit

Permalink
chore: update client.py (All-Hands-AI#3542)
Browse files Browse the repository at this point in the history
occurence -> occurrence
  • Loading branch information
eltociear committed Aug 22, 2024
1 parent e523e25 commit 87cc28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/runtime/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async def _init_bash_commands(self):
def _get_bash_prompt_and_update_pwd(self):
ps1 = self.shell.after

# begin at the last occurence of '[PEXPECT_BEGIN]'.
# begin at the last occurrence of '[PEXPECT_BEGIN]'.
# In multi-line bash commands, the prompt will be repeated
# and the matched regex captures all of them
# - we only want the last one (newest prompt)
Expand Down

0 comments on commit 87cc28b

Please sign in to comment.