diff options
Diffstat (limited to 'gitlab/config.py')
-rw-r--r-- | gitlab/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/config.py b/gitlab/config.py index 67301a0..4b4d6fd 100644 --- a/gitlab/config.py +++ b/gitlab/config.py @@ -63,7 +63,7 @@ class GitlabConfigParser(object): self.gitlab_id = self._config.get("global", "default") except Exception: raise GitlabIDError( - "Impossible to get the gitlab id " "(not specified in config file)" + "Impossible to get the gitlab id (not specified in config file)" ) try: |