Fix align

This commit is contained in:
Dimitris Zlatanidis 2015-07-11 05:02:40 +03:00
parent 0d7f8ee33e
commit be32965fd8

View file

@ -50,7 +50,7 @@ class Auto(object):
print("| Choose a Slackware command:")
Msg().template(78)
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["GREEN"], self.commands[com],
self.meta.color["ENDC"]))