Skip to content

Commit 98bdb98

Browse files
authored
Merge pull request #2203 from python-gitlab/jlvillal/project_repr
chore: change `_repr_attr` for Project to be `path_with_namespace`
2 parents 17414f7 + 7cccefe commit 98bdb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ProjectGroupManager(ListMixin, RESTManager):
155155

156156

157157
class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RepositoryMixin, RESTObject):
158-
_repr_attr = "path"
158+
_repr_attr = "path_with_namespace"
159159

160160
access_tokens: ProjectAccessTokenManager
161161
accessrequests: ProjectAccessRequestManager

0 commit comments

Comments
 (0)