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
python -c
No description provided.
The text was updated successfully, but these errors were encountered:
better-exceptions actually does this (with heavy caveats) by looking up its pid in the output of a ps command to get the full command: https://github.com/Qix-/better-exceptions/blob/4e150ba3428013e55c274b06829b0360704d6750/better_exceptions/formatter.py#L149
ps
This baffles me. Why are you running complicated code in python -c?
Sorry, something went wrong.
better-exceptions actually does this (with heavy caveats) by looking up its pid in the output of a ps command to get the full command: https://github.com/Qix-/better-exceptions/blob/4e150ba3428013e55c274b06829b0360704d6750/better_exceptions/formatter.py#L149 Interesting, we might want to do the same.
For the same reason PySnooper exists in the first place instead of just using a debugger: Because people suck.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: