Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-07 21:11:39 +03:00
parent 6e09dc6fcb
commit 76e0ee92cd

View file

@ -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: