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
import sys
def main(args): return { "exe" : sys.executable, "path": sys.path }
{ "exe": "SHOULD NOT BE EMPTY", "path": [ "/action/1/src", "/usr/local/lib/python37.zip", "/usr/local/lib/python3.7", "/usr/local/lib/python3.7/lib-dynload", "/usr/local/lib/python3.7/site-packages" ] }
{ "exe": "", "path": [ "/action/1/src", "/usr/local/lib/python37.zip", "/usr/local/lib/python3.7", "/usr/local/lib/python3.7/lib-dynload", "/usr/local/lib/python3.7/site-packages" ] }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment details:
import sys
def main(args):
return { "exe" : sys.executable, "path": sys.path }
Steps to reproduce the issue:
Provide the expected results and outputs:
Provide the actual results and outputs:
Additional information you deem important:
The text was updated successfully, but these errors were encountered: