Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Adding status checks for languages and their versions #253

Open
pgayee694 opened this issue Mar 25, 2018 · 0 comments
Open

Adding status checks for languages and their versions #253

pgayee694 opened this issue Mar 25, 2018 · 0 comments

Comments

@pgayee694
Copy link
Member

Currently, if the required languages/interpreters/compilers aren't installed, the executor will throw an error. Instead it would be better to have a status to each version to see if the language is installed and let execution continue if the language is not installed. One method might be to create and catch exceptions, and another is to use shutil.which (docs: https://docs.python.org/dev/library/shutil.html#shutil.which).

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

No branches or pull requests

1 participant