summaryrefslogtreecommitdiff
path: root/coverage/inorout.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/inorout.py')
-rw-r--r--coverage/inorout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/inorout.py b/coverage/inorout.py
index a161fa61..75b0a9cc 100644
--- a/coverage/inorout.py
+++ b/coverage/inorout.py
@@ -369,7 +369,7 @@ class InOrOut:
if not disp.has_dynamic_filename:
if not disp.source_filename:
raise CoverageException(
- f"Plugin {plugin!r} didn't set source_filename for {disp.original_filename!r}"
+ f"Plugin {plugin!r} didn't set source_filename for '{disp.original_filename}'"
)
reason = self.check_include_omit_etc(disp.source_filename, frame)
if reason: