Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osbuild: tweak build() to be mypy clean
This commit tweaks build() to be mypy clean without the need to call assert. This drops the map() and instead we use the existing dict-like access of the manifest to get the pipeline. In practise this should not happen but lets be prepared. Note that a small tweak for the error is needed to make it clear what is happening. Thanks to Simon for raising this.
- Loading branch information