mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-08 20:18:16 +00:00
Addresses code quality review comment about bare 'await task' having no visible effect. Now consistently handles CancelledError/Exception in both the normal and cancellation paths of the finally block. Co-Authored-By: João <joao@crewai.com>