Skip to content

Commit

Permalink
chore: cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 23, 2024
1 parent 0e9beae commit bac8dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pass_import/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def __enter__(self):
raise PMError(f"{self.prefix} is not a password repository.")
if not self.isvalid():
raise PMError(
"invalid credentials, password encryption/decryption aborted.")
"invalid credentials, password encryption/decryption aborted. "
"See https://github.com/roddhjav/pass-import#gpg-keyring")

self.open()
return self
Expand Down

0 comments on commit bac8dae

Please sign in to comment.