mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
fix pylint: E1101
This commit is contained in:
parent
8de662c121
commit
8984737e34
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ def slacke_repo(repositories):
|
|||
return sub
|
||||
|
||||
|
||||
class MetaData:
|
||||
class MetaData():
|
||||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
|
|
|
@ -84,7 +84,7 @@ def track_dep(name, repo):
|
|||
print(" |")
|
||||
print(" {0}{1}: {2}{3}{4}".format("+--", index,
|
||||
_m.color['GREEN'],
|
||||
_m.pkg, _m.color['ENDC']))
|
||||
pkg, _m.color['ENDC']))
|
||||
else:
|
||||
print(" |")
|
||||
print(" {0}{1}: {2}{3}{4}".format("+--", index, _m.color['RED'],
|
||||
|
|
Loading…
Reference in a new issue