We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd6217 commit b610d66Copy full SHA for b610d66
gitlab/v4/objects.py
@@ -3370,7 +3370,7 @@ def mirror_pull(self, **kwargs):
3370
GitlabCreateError: If the server failed to perform the request
3371
"""
3372
path = '/projects/%d/mirror/pull' % self.get_id()
3373
- return self.manager.gitlab.http_post(path, **kwargs)
+ self.manager.gitlab.http_post(path, **kwargs)
3374
3375
3376
class ProjectManager(CRUDMixin, RESTManager):
0 commit comments