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

docs(services): change num_results argument to limit #1107

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

hyoklee
Copy link
Contributor

@hyoklee hyoklee commented Nov 11, 2024

This will fix the following error:

    for task in tc.task_list(num_results=25, filter="type:TRANSFER,DELETE"):
TypeError: task_list() got an unexpected keyword argument 'num_results'

📚 Documentation preview 📚: https://globus-sdk-python--1107.org.readthedocs.build/en/1107/

This will fix the following error:

```
    for task in tc.task_list(num_results=25, filter="type:TRANSFER,DELETE"):
TypeError: task_list() got an unexpected keyword argument 'num_results'
```
@kurtmckee kurtmckee added the no-news-is-good-news This change does not require a news file label Nov 11, 2024
@kurtmckee kurtmckee self-assigned this Nov 11, 2024
@kurtmckee kurtmckee merged commit 81446cd into globus:main Nov 11, 2024
8 of 9 checks passed
@kurtmckee
Copy link
Member

Thanks for finding and fixing this!

@hyoklee hyoklee deleted the patch-1 branch November 11, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-news-is-good-news This change does not require a news file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants