mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Added test cases mentioned in the issue
This commit is contained in:
@@ -1224,8 +1224,6 @@ class Crew(BaseModel):
|
||||
|
||||
return copied_crew
|
||||
|
||||
|
||||
|
||||
def _set_tasks_callbacks(self) -> None:
|
||||
"""Sets callback for every task suing task_callback"""
|
||||
for task in self.tasks:
|
||||
|
||||
Reference in New Issue
Block a user