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
missing attributes for Query.Version. Query.Version does not sit in a correctly named file (currently PythonVersion.cs)
Rename file from PythonVersion.cs to Version.cs add description, input and output attributes:
description - gets the python version for a requested Python executable pythonExecutable - Path to python.exe output - version - Python version
The text was updated successfully, but these errors were encountered:
Tom-Kingstone
Successfully merging a pull request may close this issue.
Broken rules:
missing attributes for Query.Version.
Query.Version does not sit in a correctly named file (currently PythonVersion.cs)
Suggestions to restore compliance:
Rename file from PythonVersion.cs to Version.cs
add description, input and output attributes:
description - gets the python version for a requested Python executable
pythonExecutable - Path to python.exe
output - version - Python version
The text was updated successfully, but these errors were encountered: