Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Strip away the useful info from tracebacks, by default

License

Notifications You must be signed in to change notification settings

johnslavik/good-luck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

good-luck

Strip away all function calls from tracebacks, by default. Just install the package and enjoy much less useful information when hitting exceptions.

Demo

❯ cat t.py
def rec():
    rec()

rec()

❯ python t.py
RecursionError: maximum recursion depth exceeded

About

Strip away the useful info from tracebacks, by default

Resources

License

Stars

Watchers

Forks

Packages

No packages published