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

Appearance settings

Commit 4704c1d

Browse filesBrowse files
committed
Reverting accidental change
1 parent f2dab10 commit 4704c1d
Copy full SHA for 4704c1d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎gitlab/v4/objects.py‎

Copy file name to clipboardExpand all lines: gitlab/v4/objects.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.