Updated for space

This commit is contained in:
Dimitris Zlatanidis 2023-03-08 22:29:48 +02:00
parent 9388165c52
commit a99451bf75

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 ({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} - '