This will run with no error: ``` $ coverage run --rcfile=nosuchfile.txt program.py ``` If the user specifies an rcfile that does not exist, it should create an error message. ---------------------------------------- - Bitbucket: https://bitbucket.org/ned/coveragepy/issue/343