Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0178f3d

Browse files
author
Gauvain Pocentek
committedAug 13, 2016
Fix canGet attribute (typo)
1 parent 451c174 commit 0178f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ class ProjectCommitStatusManager(BaseManager):
10101010
class ProjectCommitComment(GitlabObject):
10111011
_url = '/projects/%(project_id)s/repository/commits/%(commit_id)s/comments'
10121012
canUpdate = False
1013-
cantGet = False
1013+
canGet = False
10141014
canDelete = False
10151015
requiredUrlAttrs = ['project_id', 'commit_id']
10161016
requiredCreateAttrs = ['note']

0 commit comments

Comments
 (0)
Failed to load comments.