Skip to content
New issue

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] Show node name in process and put Traceback before the actual Error for more natural error #255

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

haixuanTao
Copy link
Collaborator

In #229, I renamed eyre::eyre!("{err}{traceback}") where it should have eyre::eyre!("{traceback}\n{err}") . This PR fix this issue.

This Pull Request also add the name of the node process at the end of the process call to help with debugging.

In #229, I renamed `eyre::eyre!("{err}{traceback}")`  where it should have `eyre::eyre!("{traceback}\n{err}")` . This PR fix this issue.

This Pull Request also add the name of the node process at the end of the process call to help with debugging.
@haixuanTao haixuanTao added the python Python API label Apr 18, 2023
@haixuanTao haixuanTao merged commit 67a46fe into main Apr 19, 2023
@haixuanTao haixuanTao deleted the python-debug-verbosity branch April 19, 2023 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants