mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for requires
This commit is contained in:
parent
e4731b3887
commit
e65fa0023c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Tracking(Configs):
|
||||||
else:
|
else:
|
||||||
for i, req in enumerate(requires, start=1):
|
for i, req in enumerate(requires, start=1):
|
||||||
|
|
||||||
if not self.utils.blacklist_pattern(req):
|
if req in list(data.keys()):
|
||||||
how_many += 1
|
how_many += 1
|
||||||
|
|
||||||
require: str = f'{self.cyan}{req}{self.endc}'
|
require: str = f'{self.cyan}{req}{self.endc}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue