Skip to content

Commit

Permalink
Merge branch 'master' of github.com:python-gitlab/python-gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jun 9, 2018
2 parents c88333b + 6dd8774 commit 5a855fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Expand Up @@ -362,7 +362,7 @@ def _build_url(self, path):
else:
return '%s%s' % (self._url, path)

def http_request(self, verb, path, query_data={}, post_data={},
def http_request(self, verb, path, query_data={}, post_data=None,
streamed=False, files=None, **kwargs):
"""Make an HTTP request to the Gitlab server.
Expand Down

0 comments on commit 5a855fd

Please sign in to comment.