mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix pylint: E1121
This commit is contained in:
parent
78e9ecda3b
commit
64f3a6caaa
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def track_dep(name, repo):
|
|||
else:
|
||||
PACKAGES_TXT = Utils().read_file(_meta_.lib_path + "{0}_repo/"
|
||||
"PACKAGES.TXT".format(repo))
|
||||
names = Utils().package_name(PACKAGES_TXT, repo)
|
||||
names = Utils().package_name(PACKAGES_TXT)
|
||||
black = BlackList().packages(names, repo)
|
||||
dependencies_list = Dependencies(names, repo, black).binary(
|
||||
name, flag="")
|
||||
|
|
Loading…
Reference in a new issue