-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated keys yielded by recurse_subkeys #107
Comments
Thanks, I'll take a look soon and let you know. |
This PR should fix it. Do you want to check it before I merge? |
I just tested your changes and it looks good to me. Thank you very much for the bug fix ! The release is done when a tag is pushed: Maybe it will help Edit: I've just seen that you already have a CICD to deploy on PyPI ;) Thanks o/ |
I'll make a release now, Just wanted to be sure that this fix works for you :) |
Hi,
thanks for your library, it looks very easy to use and integrate into larger python applications.
I'm facing an issue with duplicated keys yielded by the
recurse_subkeys
method.example, a JSON output obtained with
registry-dump -v SYSTEM -o system.json
:The AppID keys are exactly the same
I don't know how many keys are duplicated, but there seems to be plenty:
I used the latest release available in PyPI:
1.7.0
Here is a hive you can play with to repro:
https://www.dropbox.com/s/pexash635lguuuk/SYSTEM?dl=0
Could you take a look ?
Thanks !
The text was updated successfully, but these errors were encountered: