Fixed a variable initialization issue.

- Legacy-Id: 14009
This commit is contained in:
Henrik Levkowetz 2017-07-30 14:33:34 +00:00
parent 2070a4efcf
commit 138f3d7382

View file

@ -96,6 +96,8 @@ class Command(BaseCommand):
for key in keys:
mkey = key
mmisslines = []
lmisslines = []
if not mkey in mcoverage:
if mkey.endswith(".py"):
mkey = mkey[:-3]