mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Added comments
This commit is contained in:
parent
e0820ff8fc
commit
92730ac2cc
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class ViewMessage:
|
|||
print(f'{self.bold}{self.green}{self.llc}' + f'{self.hl}' * (self.columns - 2) + f'{self.lrc}{self.endc}')
|
||||
|
||||
def view_skipping_packages(self, sbo, version):
|
||||
""" Print the skipping packages. """
|
||||
print(f'[{self.yellow}Skipping{self.endc}] {sbo}-{version} {self.red}(already installed){self.endc}')
|
||||
|
||||
def build_packages(self, slackbuilds: list, dependencies: list):
|
||||
|
|
Loading…
Reference in a new issue