You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces a check before a referenced entry is
resolved. If the referenced entry is not found `deref` will return
`None`. The commit also includes a test case for this behavior.
Fixes: libkeepass#384
I think I found a bug in the following code:
pykeepass/pykeepass/pykeepass.py
Line 704 in 769ee25
This crashes when there is a broken reference in the
username
field.I messed with the references in my database and suddenly keepmenu crashed. I dug deeper and I think this is actually a bug of pykeepass.
See the also the bug report in keepmenu:
firecat53/keepmenu#160
The text was updated successfully, but these errors were encountered: