Skip to content

Commit

Permalink
Update openhands/events/observation/commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Dec 17, 2024
1 parent 6a999b0 commit d56755b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhands/events/observation/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def error(self) -> bool:
'ERROR:',
'Error:',
'Exception:',
'Parameter `',
'is required for command:',
]
return any(indicator in self.content for indicator in error_indicators)
Expand Down

0 comments on commit d56755b

Please sign in to comment.