You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tweaks the error message when `.containerenv` cannot be found so
that a fully-qualified path is included in the error.
Previously, the error message would just show `run/.containerenv` as
the path to the file, which is not entirely clear.
I tried to change the `const PATH` to be an absolute path, but doing
so breaks the ability for `open_optional()` to open the file
successfully; returns an error `a path led outside of the filesystem`.
Signed-off-by: Micah Abbott <[email protected]>
0 commit comments