mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Updated for coding style
This commit is contained in:
parent
6e09dc6fcb
commit
76e0ee92cd
1 changed files with 4 additions and 2 deletions
|
@ -132,7 +132,8 @@ class ViewMessage(Configs):
|
|||
mode = 'download'
|
||||
self.download_only: Path = directory
|
||||
|
||||
self.ascii.draw_package_title_box('The following packages will be downloaded:', 'slpkg download packages')
|
||||
self.ascii.draw_package_title_box('The following packages will be downloaded:',
|
||||
'slpkg download packages')
|
||||
|
||||
for sbo in slackbuilds:
|
||||
self.view_packages(sbo, mode)
|
||||
|
@ -157,7 +158,8 @@ class ViewMessage(Configs):
|
|||
if dependencies and not self.option_for_resolve_off:
|
||||
dependencies: list = self.choose_dependencies_for_remove(list(set(dependencies)))
|
||||
|
||||
self.ascii.draw_package_title_box('The following packages will be removed:', 'slpkg remove packages')
|
||||
self.ascii.draw_package_title_box('The following packages will be removed:',
|
||||
'slpkg remove packages')
|
||||
|
||||
for pkg in pkgs:
|
||||
if pkg not in dependencies:
|
||||
|
|
Loading…
Reference in a new issue