In PR https://github.com/aiidateam/aiida-core/pull/7143, we fixed the issue of showing empty dics. ```python builder['metadata']['options'].pop('stash', None) builder['metadata']['options'].pop('unstash', None) ``` This change is planned to be released via `aiida-core v2.8`
In PR aiidateam/aiida-core#7143, we fixed the issue of showing empty dics.
This change is planned to be released via
aiida-core v2.8