mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-27 19:58:21 +01:00
Remove used from uninstalled
This commit is contained in:
parent
0c01744d9d
commit
34fa8eaceb
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ def track_dep(name, repo, flag):
|
|||
_meta_.color["ENDC"], installed, used))
|
||||
else:
|
||||
print(" |")
|
||||
print(" {0}{1}: {2}{3}{4} {5}{6}".format(
|
||||
print(" {0}{1}: {2}{3}{4} {5}".format(
|
||||
"+--", index, _meta_.color["RED"], pkg,
|
||||
_meta_.color["ENDC"], installed, used))
|
||||
_meta_.color["ENDC"], installed))
|
||||
if _meta_.use_colors in ["off", "OFF"]:
|
||||
print("\n *: Installed\n")
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue