better-exceptions/better_exceptions_hook.pth
Kian-Meng Ang 922c24030e
fix typos and markdowns (#123)
Found via these commands:

    codespell .
    markdownlint README.md --disable MD013 MD025

See a detailed description of the rules is available at
https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
2022-08-12 13:51:31 +02:00

2 lines
388 B
Plaintext

import os; exec("try:\n if 'BETTER_EXCEPTIONS' in os.environ:import better_exceptions;better_exceptions.hook()\nexcept:print('An error occurred while automatically hooking better_exceptions.\\nIf you uninstalled better_exceptions, you should probably delete any \\'better_exceptions_hook.pth\\' file on your system or unset your \\'BETTER_EXCEPTIONS\\' environment variable.'); raise;")