We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1pass: Error:
All I get when running the program is 1pass: Error:. Any ideas on what's going on?
The text was updated successfully, but these errors were encountered:
Ooh, figured out it was due to a different path for the keychain. This should likely be a clearer error message.
Sorry, something went wrong.
I had the same issue.
Use .__str__ rather than .message to print errors.
49d7d8b
This helps because IOError does not assign `message', but __str__ prints both the path and the error that occurred. This should address georgebrock#7.
No branches or pull requests
All I get when running the program is
1pass: Error:
. Any ideas on what's going on?The text was updated successfully, but these errors were encountered: