Skip to content

Python gitlab "reset_time_estimate" crashes with HTTP error 404 #672

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

Closed
M-Bab opened this issue Jan 7, 2019 · 1 comment
Closed

Python gitlab "reset_time_estimate" crashes with HTTP error 404 #672

M-Bab opened this issue Jan 7, 2019 · 1 comment

Comments

@M-Bab
Copy link

M-Bab commented Jan 7, 2019

Just a typo here:

path = '%s/%s/rest_time_estimate' % (self.manager.path, self.get_id())

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!

@gpocentek
Copy link
Contributor

Thanks @M-Bab, the MR is done.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants