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 340cd37

Browse filesBrowse files
committed
fix repository_id marshaling in cli
1 parent 910c286 commit 340cd37
Copy full SHA for 340cd37

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
@@ -1194,7 +1194,7 @@ class ProjectRegistryTag(ObjectDeleteMixin, RESTObject):
11941194
class ProjectRegistryTagManager(DeleteMixin, RetrieveMixin, RESTManager):
11951195
_obj_cls = ProjectRegistryTag
11961196
_from_parent_attrs = {'project_id': 'project_id', 'repository_id': 'id'}
1197-
_path = '/projects/%(project_id)s/registry/repositories/%(repository_id)d/tags'
1197+
_path = '/projects/%(project_id)s/registry/repositories/%(repository_id)s/tags'
11981198

11991199
@exc.on_http_error(exc.GitlabDeleteError)
12001200
def delete_in_bulk(self, name_regex='.*', **kwargs):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.