From b9f61890b71b004d8940eb8213aa2ad0ff7d2274 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 4 Sep 2020 22:29:08 +0100 Subject: [PATCH] Update coverage/inorout.py --- coverage/inorout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/coverage/inorout.py b/coverage/inorout.py index 6ff0f49fd..90c13d7b2 100644 --- a/coverage/inorout.py +++ b/coverage/inorout.py @@ -147,7 +147,6 @@ def configure(self, config): self.source_pkgs.append(src) if os.path.isdir(src): self.source.append(canonical_filename(src)) - self.source_pkgs_unmatched = self.source_pkgs[:] self.omit = prep_patterns(config.run_omit)