Skip to content

Commit

Permalink
🚒 Bad value given by get_auth_token for bitbucket
Browse files Browse the repository at this point in the history
fixes #158
  • Loading branch information
guyzmo committed May 20, 2017
1 parent 429679a commit c8e452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_repo/services/ext/bitbucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def get_auth_token(cls, login, password, prompt=None):

password = json.loads(tree.xpath('//section/@data-app-password')[0])['password']

return password, username
return password

def get_parent_project_url(self, user, project, rw=True):
project = self.get_repository(user, project)
Expand Down

0 comments on commit c8e452d

Please sign in to comment.