Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VUnit does not handle file permission exception #819

Closed
std-max opened this issue Apr 26, 2022 · 0 comments · Fixed by #820
Closed

VUnit does not handle file permission exception #819

std-max opened this issue Apr 26, 2022 · 0 comments · Fixed by #820

Comments

@std-max
Copy link
Contributor

std-max commented Apr 26, 2022

When I was running VUnit, I got the following error (with WSL)
PermissionError: [Errno 13] Permission denied: '/mnt/c/Windows/system32/config/systemprofile/AppData/Local/Microsoft/WindowsApps/vsim'

At the start of a run.py script, VUnit checks for the available simulators by looking into each path in the PATH variable.
However, sometimes we do not have permission to read a path. And it fails :'(

I will file a PR today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant