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
v7.0.0 generates a less than helpful error message when the default uenv image repo does not exist:
> uenv image ls
error: unable to open repo: the repository /capstor/scratch/cscs/bcumming/.uenv-images does not exist
A better behavior would be:
if using default_repo
create the repo
else if using --repo or UENV_REPO_PATH
error message"the repository {repo} does not exist. If this is the correct location, you can create it using `uenv repo create {repo}`"
The text was updated successfully, but these errors were encountered:
v7.0.0 generates a less than helpful error message when the default uenv image repo does not exist:
A better behavior would be:
The text was updated successfully, but these errors were encountered: