Skip to content

pykeepass: Fix docs, remove unneeded indentation#429

Open
spaetz wants to merge 1 commit intolibkeepass:masterfrom
spaetz:fix-docs
Open

pykeepass: Fix docs, remove unneeded indentation#429
spaetz wants to merge 1 commit intolibkeepass:masterfrom
spaetz:fix-docs

Conversation

@spaetz
Copy link

@spaetz spaetz commented Mar 9, 2026

add_entry returns an Entry, not a group. Fix the docs. Also, given the if path only ever raises an Exception, there is no need to put the rest of the code behind an else conditional. Less indendation is good!

Fixes #419

add_entry returns an Entry, not a group. Fix the docs.
Also, given the `if` path only ever raises an Exception,
there is no need to put the rest of the code behind an `else`
conditional. Less indendation is good!

Fixes libkeepass#419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add_entry should return "Entry" not "Group"

1 participant