mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for coding style
This commit is contained in:
parent
6494746317
commit
39c9d57e76
1 changed files with 0 additions and 2 deletions
|
@ -100,7 +100,6 @@ class Packages(Configs):
|
||||||
package_urls: list = []
|
package_urls: list = []
|
||||||
|
|
||||||
for pkg in self.install_order:
|
for pkg in self.install_order:
|
||||||
|
|
||||||
if self.continue_to_install(pkg):
|
if self.continue_to_install(pkg):
|
||||||
package: str = self.data[pkg][1]
|
package: str = self.data[pkg][1]
|
||||||
mirror: str = self.data[pkg][2]
|
mirror: str = self.data[pkg][2]
|
||||||
|
@ -168,7 +167,6 @@ class Packages(Configs):
|
||||||
def multi_process(self, command: str, filename: str, message: str) -> None:
|
def multi_process(self, command: str, filename: str, message: str) -> None:
|
||||||
""" Starting multiprocessing install/upgrade process. """
|
""" Starting multiprocessing install/upgrade process. """
|
||||||
if self.silent_mode and not self.option_for_no_silent:
|
if self.silent_mode and not self.option_for_no_silent:
|
||||||
|
|
||||||
done: str = f' {self.byellow} Done{self.endc}'
|
done: str = f' {self.byellow} Done{self.endc}'
|
||||||
self.stderr = subprocess.DEVNULL
|
self.stderr = subprocess.DEVNULL
|
||||||
self.stdout = subprocess.DEVNULL
|
self.stdout = subprocess.DEVNULL
|
||||||
|
|
Loading…
Reference in a new issue