|
When running something in rust like: I can get a error like:
Which is not detailed enough to understand what exactly the error is. If the above command is run manually via bash terminal, I get the following useful error from Python: How can I get the Python error instead of the generic error? |
Answered by
redragonx
Mar 11, 2022
Replies: 1 comment
|
After reviewing existing issues, this works for me, we need more documentation on ignore and redirection.
|
0 replies
Answer selected by
redragonx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After reviewing existing issues, this works for me, we need more documentation on ignore and redirection.
let data_result = run_fun!(ignore cat $formatted_loc | /home/blah/test.py 2>&1);