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

Added methods for task retrieval to TaskManager #1293

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

qstokkink
Copy link
Collaborator

@qstokkink qstokkink commented Apr 11, 2024

Fixes #1275

This PR:

  • Adds TaskManager.get_task() to retrieve a named task.
  • Adds TaskManager.get_anonymous_tasks() to retrieve anonymous tasks.
  • Updates taskmanager.py to use double quotes.
  • Updates test_taskmanager.py to use double quotes.

@qstokkink
Copy link
Collaborator Author

validate

@qstokkink qstokkink changed the title WIP: Added methods for task retrieval to TaskManager READY: Added methods for task retrieval to TaskManager Apr 11, 2024
@qstokkink qstokkink marked this pull request as ready for review April 11, 2024 09:48
@qstokkink qstokkink changed the title READY: Added methods for task retrieval to TaskManager Added methods for task retrieval to TaskManager Apr 11, 2024
@qstokkink qstokkink merged commit 3169dbd into Tribler:master Apr 11, 2024
6 checks passed
@qstokkink qstokkink deleted the add_get_task branch April 11, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add a helper function to TestBase to await registered tasks
2 participants