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

[Enhancement] Show the source of error in exception traceback #6153

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

the-praxs
Copy link
Contributor

[Enhancement] Show the source of error in exception traceback

  1. Why?

    To make user UX better by displaying the source of error

  2. What?

    Fetches the last traceback from the __traceback__ object's tb_next attribute and raises it

  3. Impact

    Minimal, user UX is primarily improved

  4. Testing Done

    Tested with several commands

@the-praxs the-praxs requested a review from piiq February 29, 2024 17:31
@github-actions github-actions bot added enhancement Enhancement platform OpenBB Platform v4 PRs for v4 labels Feb 29, 2024
@the-praxs the-praxs added this pull request to the merge queue Feb 29, 2024
@the-praxs the-praxs removed this pull request from the merge queue due to a manual request Feb 29, 2024
@the-praxs the-praxs enabled auto-merge February 29, 2024 17:47
@the-praxs the-praxs added this pull request to the merge queue Feb 29, 2024
Merged via the queue into develop with commit ba18734 Feb 29, 2024
15 checks passed
@the-praxs the-praxs deleted the feature/traceback-control branch February 29, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants