We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i am trying to execute above method it is throwing
"<generator object ResourceBase.paginate at 0x00000201C0241A48>"
rather extracting actual commit
The text was updated successfully, but these errors were encountered:
you've got iterator, just iterate over the output using for loop
for commit in bitBucket.projects[project['key']].repos[repo.get('slug')].commits('2020-03-03','2020-02-02').all(): print(commit)
Sorry, something went wrong.
No branches or pull requests
When i am trying to execute above method it is throwing
"<generator object ResourceBase.paginate at 0x00000201C0241A48>"
rather extracting actual commit
The text was updated successfully, but these errors were encountered: