Skip to content
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

fix: pop _v6_backend key on storage level #5528

Conversation

kjappelbaum
Copy link
Contributor

@kjappelbaum kjappelbaum commented May 18, 2022

when migrating from new (aiida 2.0) configuration files to legacy ones using verdi config downgrade 5 users encountered a KeyError.
The reason is that the _v6_backend key was popped at the wrong level.

fixes #5527

when migrating from new (aiida 2.0) configuration files to legacy ones using `verdi config downgrade 5` users encountered a  `KeyError`.
The reason is that the `_v6_backend` key was popped at the wrong level.
@sphuber sphuber merged commit f5f8ef7 into aiidateam:main May 19, 2022
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.

migration from new to old configuration file fails because of attempting to pop non-existent key
2 participants