-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After reviewing existing issues, this works for me, we need more documentation on ignore and redirection.
|
Beta Was this translation helpful? Give feedback.
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);