mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Fix align
This commit is contained in:
parent
0d7f8ee33e
commit
be32965fd8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Auto(object):
|
||||||
print("| Choose a Slackware command:")
|
print("| Choose a Slackware command:")
|
||||||
Msg().template(78)
|
Msg().template(78)
|
||||||
for com in sorted(self.commands):
|
for com in sorted(self.commands):
|
||||||
print("| {0}{1}{2}) {3}{4}{5}".format(
|
print("| {0}{1}{2}) {3}{4}{5}".format(
|
||||||
self.meta.color["RED"], com, self.meta.color["ENDC"],
|
self.meta.color["RED"], com, self.meta.color["ENDC"],
|
||||||
self.meta.color["GREEN"], self.commands[com],
|
self.meta.color["GREEN"], self.commands[com],
|
||||||
self.meta.color["ENDC"]))
|
self.meta.color["ENDC"]))
|
||||||
|
|
Loading…
Reference in a new issue