mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
* Propagate exception up to task coroutine instead of breaking the for loop manually, await coroutine so exception is returned to caller * Remove redundant traceback as is already called in step function lower on the stack * Change message as error could occur in middle of task also * Fix linter errors * Raise exception only on api key error * Add TODO