mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated view cleaning logs dependencies
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
665f081e73
commit
ddadb5ef37
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue