Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosmans committed May 31, 2016
1 parent 59ed4fc commit 40d7969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab/__init__.py
Expand Up @@ -581,8 +581,8 @@ def create(self, obj, **kwargs):
verify=self.ssl_verify,
timeout=self.timeout,
auth=requests.auth.HTTPBasicAuth(
self.http_username,
self.http_password))
self.http_username,
self.http_password))
except Exception as e:
raise GitlabConnectionError(
"Can't connect to GitLab server (%s)" % e)
Expand Down

0 comments on commit 40d7969

Please sign in to comment.