--- a/eric7/DebugClients/Python/coverage/inorout.py Tue May 24 10:22:46 2022 +0200 +++ b/eric7/DebugClients/Python/coverage/inorout.py Tue May 24 11:00:52 2022 +0200 @@ -591,7 +591,7 @@ '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)