Updated alignment

This commit is contained in:
Dimitris Zlatanidis 2023-03-10 13:16:01 +02:00
parent 11d9e81e57
commit 32b5bc967a

View file

@ -123,7 +123,7 @@ class NewConfig(Configs):
def prompt(self):
""" Prompt K, O, R selection for every single file. """
print(f"\n ({self.byellow}K{self.endc})eep, ({self.byellow}O{self.endc})verwrite, "
print(f"\n{'':>2}({self.byellow}K{self.endc})eep, ({self.byellow}O{self.endc})verwrite, "
f"({self.byellow}R{self.endc})emove, ({self.byellow}D{self.endc})iff\n")
if self.slpkg_config_new.is_file():
make = input(f'{self.bgreen}{self.slpkg_config_new}{self.endc} - '