8000 Merge pull request #147 from derek-austin/derek-austin-patch-1 · ashishcha/python-gitlab@ddba752 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddba752

Browse files
author
Gauvain Pocentek
authored
Merge pull request python-gitlab#147 from derek-austin/derek-austin-patch-1
Missing coma concatenates array values
2 parents 53f9322 + 02a8bf4 commit ddba752

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
@@ -689,7 +689,7 @@ class ApplicationSettings(GitlabObject):
689689
'domain_blacklist',
690690
'domain_blacklist_enabled',
691691
'domain_whitelist',
692-
'enabled_git_access_protocol'
692+
'enabled_git_access_protocol',
693693
'gravatar_enabled',
694694
'home_page_url',
695695
'max_attachment_size',

0 commit comments

Comments
 (0)
0