Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stage/copy: fix exception msg when parsing mounts and inputs
Functions for parsing mounts and inputs raise an exception if the referenced entity can't be found in the stage options. However, the exception message always included the value of the `root` variable, which is `None` when an exception is risen. Instead of the `root` value, the `name` variable with the entity name should be used. Signed-off-by: Tomáš Hozza <[email protected]>
- Loading branch information