DebugClients/Python/coverage/__main__.py@cee2958c2f97
DebugClients/Python/coverage/__main__.py
Fri, 06 Jul 2018 20:31:07 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 06 Jul 2018 20:31:07 +0200
- branch
- maintenance
- changeset 6407
- cee2958c2f97
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Try to open the source file if an exceptions in a cython pyd occurred
(grafted from 2763348bf9a69f1a93ca45cafa934018854cad2a)
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())