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

Better unexpected error traceback #39

Open
RealA10N opened this issue Mar 18, 2022 · 0 comments
Open

Better unexpected error traceback #39

RealA10N opened this issue Mar 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@RealA10N
Copy link
Owner

Currently, the traceback for unexpected errors lacks information and in my option, the default python one is better.
I would like to print out the default traceback (or something that is very similar to it) with an additional bold line that states that an unexpected error has occurred.

This solution is great for Python developers and users that aren't familiar with Python:

  • Python developers that are using cptk will be familiar with the default Python traceback and will be able to figure out what is the problem if they want to.
  • Other users will see the bold statement which states that an unexpected error has occurred, and then they will be able to report the issue if they want to.

The error message should also print some information about the current Python version, and information about the version of cptk.

@RealA10N RealA10N added the enhancement New feature or request label Mar 18, 2022
RealA10N added a commit that referenced this issue Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant