globus / globus-sdk-python

Globus SDK for Python
Apache License 2.0
68 stars 38 forks source link

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

Closed hyoklee closed 2 weeks ago

hyoklee commented 2 weeks ago

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/

kurtmckee commented 2 weeks ago

Thanks for finding and fixing this!