Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit947feaf

Browse files
author
Gauvain Pocentek
committed
FIX Group.tranfer_project
1 parentd8db707 commit947feaf

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp