We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bedf89e + 04609fd commit 86f45f4Copy full SHA for 86f45f4
ui-macos/askpass.py
@@ -22,7 +22,7 @@ def askpass(prompt):
22
rv = p.wait()
23
if rv:
24
return None
25
- g = re.match("text returned:(.*), button returned:.*", out)
+ g = re.match("button returned:.*, text returned:(.*)", out)
26
if not g:
27
28
return g.group(1)
0 commit comments