Closed
Description
Hey there,
thank you for creating this awesome library!
I have noticed that entry names are not escaped. This leads to wrong path names, as you can see here:
Test/Entry is a password in Test/datenbank within the path ../Datenbanken/
Is it possible to escape those names? Or any known workarounds for this?
Thanks in advance!
EDIT
database = PyKeePass("", "")
for group in database.groups:
print(group.name)
print("----------------")
for entry in group.entries:
print(entry.path)
Metadata
Metadata
Assignees
Labels
No labels