summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 7e338625..ac495d06 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -106,7 +106,7 @@ class Coverage(object):
if not did_read_rc:
if specified_file:
raise CoverageException(
- "Couldn't read %r as a config file" % config_file
+ "Couldn't read '%s' as a config file" % config_file
)
self.config.from_file("setup.cfg", section_prefix="coverage:")