Skip to content

Commit c8e452d

Browse files
committed
🚒 Bad value given by get_auth_token for bitbucket
fixes #158
1 parent 429679a commit c8e452d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_repo/services/ext/bitbucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def get_auth_token(cls, login, password, prompt=None):
456456

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

459-
return password, username
459+
return password
460460

461461
def get_parent_project_url(self, user, project, rw=True):
462462
project = self.get_repository(user, project)

0 commit comments

Comments
 (0)