Skip to content

get_decrypted_password appends \n #29

@trulex

Description

@trulex
pw_store = pypass.PasswordStore()
password = pw_store.get_decrypted_password('name@example.com')

Expected value of password variable would be, e.g., password1234, but instead a \n is appended, so the actual value is password1234\n.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions