diff options
Diffstat (limited to 'gitlab.py')
| -rw-r--r-- | gitlab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ class Gitlab(object): try: r = requests.post(url, data) except: - GitlabConnectionError('Can\'t connect to GitLab server (%s)'%self.url) + raise GitlabConnectionError('Can\'t connect to GitLab server (%s)'%self.url) return r |
