##// END OF EJS Templates
check-code: do not abort on an unreadable file, only report this
check-code: do not abort on an unreadable file, only report this

File last commit:

r14971:0b21ae0a default
r19494:3119dc15 stable
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass