Skip to content

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

Closed
@M-Bab

Description

@M-Bab

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions