Skip to content

Commit 947feaf

Browse files
author
Gauvain Pocentek
committed
FIX Group.tranfer_project
1 parent d8db707 commit 947feaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ def transfer_project(self, to_project_id, **kwargs):
22332233
GitlabAuthenticationError: If authentication is not correct
22342234
GitlabTransferProjectError: If the project could not be transfered
22352235
"""
2236-
path = '/groups/%d/projects/%d' % (self.id, project_id)
2236+
path = '/groups/%d/projects/%d' % (self.id, to_project_id)
22372237
self.manager.gitlab.http_post(path, **kwargs)
22382238

22392239

0 commit comments

Comments
 (0)