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
Just a typo here:
python-gitlab/gitlab/mixins.py
Line 535 in 85ac102
Fixed by: path = '%s/%s/reset_time_estimate' % (self.manager.path, self.get_id())
path = '%s/%s/reset_time_estimate' % (self.manager.path, self.get_id())
Can we do this without pull request?
Thanks for these decent python-gitlab bindings!
The text was updated successfully, but these errors were encountered:
fix(api): make reset_time_estimate() work again
cb388d6
Closes #672
Thanks @M-Bab, the MR is done.
Sorry, something went wrong.
No branches or pull requests
Just a typo here:
python-gitlab/gitlab/mixins.py
Line 535 in 85ac102
Fixed by:
path = '%s/%s/reset_time_estimate' % (self.manager.path, self.get_id())
Can we do this without pull request?
Thanks for these decent python-gitlab bindings!
The text was updated successfully, but these errors were encountered: