Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Make it easier to subclass Task #519

Open
emorling opened this issue Apr 26, 2024 · 0 comments
Open

Suggestion: Make it easier to subclass Task #519

emorling opened this issue Apr 26, 2024 · 0 comments

Comments

@emorling
Copy link

There is a create_task function in the Crew Class which returns Task.

Despite this there are 2 other places which return Task() directly.

If we could subclass Crew and redefine the create_task task to return a CustomTask this would be much easier to extend.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant