From f5850d950a77b1d985fdc3d1639e2627468d3548 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 1 Jan 2018 15:30:24 +0100 Subject: Add support for features flags Fixes #360 --- gitlab/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/mixins.py') diff --git a/gitlab/mixins.py b/gitlab/mixins.py index 0c06f92..cb35efc 100644 --- a/gitlab/mixins.py +++ b/gitlab/mixins.py @@ -242,7 +242,7 @@ class SetMixin(object): GitlabSetError: If an error occured Returns: - UserCustomAttribute: The created/updated user attribute + obj: The created/updated attribute """ path = '%s/%s' % (self.path, key.replace('/', '%2F')) data = {'value': value} -- cgit v1.2.1