Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit0178f3d

Browse files
author
Gauvain Pocentek
committed
Fix canGet attribute (typo)
1 parent451c174 commit0178f3d

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
classProjectCommitComment(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)

[8]ページ先頭

©2009-2025 Movatter.jp