Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
orm.Dict.get_dict()
to get the Python dictionary (#211)
In earlier versions of AiiDA (I guess <2.5) the `get()` method is not yet implemented for the `orm.Dict` object. To support a wider range of AiiDA versions, we convert an `omr.Dict` to the regular Python dictionary.
- Loading branch information