We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this environment the subprocess module raises a permission error not a FileNotFound error. So it isn't caught by the try catch.
The text was updated successfully, but these errors were encountered:
Is this #640 -> #654?
Sorry, something went wrong.
I dont think so, more like replacing all FileNotFoundError with plain Exception in project.py
FileNotFoundError
Exception
Hi @pinheadmz, I'll like to work on this issue. Can you assign it to me?
Hi @Anyitechs, we don't really work on assigning basis here, but please feel free to pick up the changes here (I assigned it to you anyway 😄 )
Thank you. I'll send in a draft PR shortly for concept ACK.
Anyitechs
No branches or pull requests
In this environment the subprocess module raises a permission error not a FileNotFound error. So it isn't caught by the try catch.
The text was updated successfully, but these errors were encountered: