mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for path
This commit is contained in:
parent
5b733d0009
commit
311f02519c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class ViewMessage(Configs):
|
|||
if installed:
|
||||
pkg: list = self.utils.split_binary_pkg(installed)
|
||||
self.installed_packages.append(installed)
|
||||
size: str = self.utils.get_file_size(f'{self.log_packages}/{installed}')
|
||||
size: str = self.utils.get_file_size(Path(self.log_packages, installed))
|
||||
self.ascii.draw_view_package(pkg[0], pkg[1], size, self.red, '')
|
||||
|
||||
def choose_dependencies_for_remove(self, dependencies: list) -> list:
|
||||
|
|
Loading…
Reference in a new issue