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

grays out site packages in tracebacks #33

Merged
merged 13 commits into from
Nov 1, 2017
3 changes: 2 additions & 1 deletion src/cs50/cs50.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@

def excepthook(type, value, tb):
"""
Format traceback, darkening entries from global site-packages and user-specific site-packages directory.
Format traceback, darkening entries from global site-packages directories
and user-specific site-packages directory.

https://stackoverflow.com/a/33042323/5156190
"""