mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Updated for deps logs
This commit is contained in:
parent
02fd803fd0
commit
4631876089
1 changed files with 3 additions and 1 deletions
|
@ -151,7 +151,9 @@ class Packages(Configs):
|
|||
|
||||
if not self.utils.is_option(self.flag_resolve_off, self.flags):
|
||||
name: str = self.utils.split_binary_pkg(package[:-4])[0]
|
||||
self.logging_installed_dependencies(name)
|
||||
|
||||
if not self.utils.is_option(self.flag_resolve_off, self.flags):
|
||||
self.logging_installed_dependencies(name)
|
||||
|
||||
def logging_installed_dependencies(self, name: str) -> None:
|
||||
""" Logging installed dependencies and used for remove. """
|
||||
|
|
Loading…
Reference in a new issue