Fixed a variable initialization issue.
- Legacy-Id: 14009
This commit is contained in:
parent
2070a4efcf
commit
138f3d7382
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue