Skip to content

Commit

Permalink
populate was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
nginsburg committed May 2, 2022
1 parent 6a671ef commit ea63cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpkpass/commands/populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ def _decrypt_password_entry(self, password):
)
distributor = password.recipients[self.iddb.id["name"]]["distributor"]
if not self.args["noverify"]:
print(self.iddb.id)
result = password.verify_entry(
self.iddb.id["uid"],
self.iddb.id["name"],
self.iddb,
distributor,
self.iddb.session.query(Recipient)
Expand Down

0 comments on commit ea63cbc

Please sign in to comment.