summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 6650fc0..4f57158 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -1411,6 +1411,7 @@ class ProjectCommitStatusManager(ListMixin, CreateMixin, RESTManager):
class ProjectCommitComment(RESTObject):
_id_attr = None
+ _short_print_attr = 'note'
class ProjectCommitCommentManager(ListMixin, CreateMixin, RESTManager):