Skip to content

Commit b610d66

Browse files
author
Gauvain Pocentek
committed
Pull mirroring doesn't return data
1 parent ebd6217 commit b610d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,7 @@ def mirror_pull(self, **kwargs):
33703370
GitlabCreateError: If the server failed to perform the request
33713371
"""
33723372
path = '/projects/%d/mirror/pull' % self.get_id()
3373-
return self.manager.gitlab.http_post(path, **kwargs)
3373+
self.manager.gitlab.http_post(path, **kwargs)
33743374

33753375

33763376
class ProjectManager(CRUDMixin, RESTManager):

0 commit comments

Comments
 (0)