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!