From ae3dd61e2f0829d08d35b419b38381b71fe5de6d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 28 Dec 2014 15:40:13 -0500 Subject: Don't use %r for filenames, on windows, the backslashes go nuts. --- coverage/plugin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index 6c7de669..7d67762a 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -68,10 +68,10 @@ class FileTracer(object): def has_dynamic_source_filename(self): """Does this FileTracer have dynamic source filenames? - FileTracers can provide dynamically determined filenames by implementing - dynamic_source_filename. Invoking that function is expensive. To - determine whether it should invoke it, coverage.py uses the result of - this function to know if it needs to bother invoking + FileTracers can provide dynamically determined filenames by + implementing dynamic_source_filename. Invoking that function is + expensive. To determine whether it should invoke it, coverage.py uses + the result of this function to know if it needs to bother invoking dynamic_source_filename. Returns: -- cgit v1.2.1