Skip to content

Commit af72339

Browse files
committed
Rephrase the error to more generically refer to the 'executable', which may not be Python. Ref jaraco#629.
1 parent 4573513 commit af72339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyring/backends/macOS/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def raise_for_status(cls, status):
110110
raise SecAuthFailure(
111111
status,
112112
"Security Auth Failure: make sure "
113-
"python is signed with codesign util",
113+
"executable is signed with codesign util",
114114
)
115115
raise cls(status, "Unknown Error")
116116

0 commit comments

Comments
 (0)