Skip to content

Commit

Permalink
Rephrase the error to more generically refer to the 'executable', whi…
Browse files Browse the repository at this point in the history
…ch may not be Python. Ref #629.
  • Loading branch information
jaraco committed Jul 23, 2023
1 parent 4573513 commit af72339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/backends/macOS/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def raise_for_status(cls, status):
raise SecAuthFailure(
status,
"Security Auth Failure: make sure "
"python is signed with codesign util",
"executable is signed with codesign util",
)
raise cls(status, "Unknown Error")

Expand Down

0 comments on commit af72339

Please sign in to comment.