diff -r 2b9bd8f97576 -r 4ac66b6c33a4 eric7/DebugClients/Python/coverage/inorout.py --- a/eric7/DebugClients/Python/coverage/inorout.py Mon May 02 15:53:05 2022 +0200 +++ b/eric7/DebugClients/Python/coverage/inorout.py Wed Jun 01 13:48:49 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)