summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/files.py b/coverage/files.py
index 08ce1e84..80b69572 100644
--- a/coverage/files.py
+++ b/coverage/files.py
@@ -188,6 +188,7 @@ class FnmatchMatcher(object):
def match(self, fpath):
"""Does `fpath` match one of our filename patterns?"""
+ #print("Matching %r against %r" % (self.re.pattern, fpath))
return self.re.match(fpath) is not None