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!
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!