Fixed warning message for logs

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-10-08 20:41:37 +03:00
parent 0590802695
commit 3a14843261

View file

@ -151,7 +151,7 @@ class ViewMessage:
print(f'{color["CYAN"]}{dep[0]}{color["ENDC"]}')
print('Dependencies:')
print(f'{color["CYAN"]} {dep[1]}{color["ENDC"]}\n')
print('Note: After cleaning you should remove them one by one.')
print('Note: After cleaning you should remove them one by one.')
def question(self):
if '--yes' not in self.flags: