Updated view cleaning logs dependencies

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-10-28 11:03:27 +03:00
parent 665f081e73
commit ddadb5ef37
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
4.2.3 - 28/10/2022
Updated:
- Creating all necessary paths from the config file
- Logs cleaning view dependencies
4.2.2 - 20/10/2022
Updated:

View file

@ -170,8 +170,8 @@ class ViewMessage:
for dep in dependencies:
print(f'{color["CYAN"]}{dep[0]}{color["ENDC"]}')
print('Dependencies:')
print(f'{color["CYAN"]} {dep[1]}{color["ENDC"]}\n')
print(' |')
print(f' +->{color["CYAN"]} {dep[1]}{color["ENDC"]}\n')
print('Note: After cleaning you should remove them one by one.')
def question(self):