- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Description of the problem, including code/CLI snippet
Duplicated code found in gitlab/config.py . I think one should be get from 'global'.
self.http_username=Noneself.http_password=Nonetry:self.http_username=self._config.get(self.gitlab_id,"http_username")self.http_password=self._config.get(self.gitlab_id,"http_password")exceptException:passself.http_username=Noneself.http_password=Nonetry:self.http_username=self._config.get(self.gitlab_id,"http_username")self.http_password=self._config.get(self.gitlab_id,"http_password")exceptException:pass
Expected Behavior
Actual Behavior
Specifications
- python-gitlab version: python-gitlab==2.2.0
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com):
Metadata
Metadata
Assignees
Labels
No labels