diff options
Diffstat (limited to 'coverage/inorout.py')
-rw-r--r-- | coverage/inorout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/inorout.py b/coverage/inorout.py index 25943cb1..ec89d1b4 100644 --- a/coverage/inorout.py +++ b/coverage/inorout.py @@ -591,7 +591,7 @@ class InOrOut: 'source_match', 'source_pkgs_match', 'include_match', 'omit_match', 'cover_match', 'pylib_match', 'third_match', - ] + ] for matcher_name in matcher_names: matcher = getattr(self, matcher_name) |