mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed warning message for logs
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0590802695
commit
3a14843261
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue