X Tutup
Skip to content

Commit 4704c1d

Browse files
committed
Reverting accidental change
1 parent f2dab10 commit 4704c1d

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
@@ -1831,7 +1831,7 @@ def move(self, to_project_id, **kwargs):
18311831
path = '%s/%s/move' % (self.manager.path, self.get_id())
18321832
data = {'to_project_id': to_project_id}
18331833
server_data = self.manager.gitlab.http_post(path, post_data=data,
1834-
**kwargs)
1834+
**kwargs)
18351835
self._update_attrs(server_data)
18361836

18371837
@cli.register_custom_action('ProjectIssue')

0 commit comments

Comments
 (0)
X Tutup