Skip to content

Commit

Permalink
Merge branch 'pull/32'
Browse files Browse the repository at this point in the history
* Merging pull request apenwarr#32.
  • Loading branch information
Hasimir committed Jun 24, 2015
2 parents bedf89e + 04609fd commit 86f45f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-macos/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def askpass(prompt):
rv = p.wait()
if rv:
return None
g = re.match("text returned:(.*), button returned:.*", out)
g = re.match("button returned:.*, text returned:(.*)", out)
if not g:
return None
return g.group(1)

0 comments on commit 86f45f4

Please sign in to comment.