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.
1 parent 9ce2fa0 commit 04609fdCopy full SHA for 04609fd
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