mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated for done str
This commit is contained in:
parent
64123b96ed
commit
eb56c31208
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MultiProcess(Configs):
|
|||
def process(self, command: str, filename: str, process_message: str, progress_message: str) -> None:
|
||||
""" Starting multiprocessing install/upgrade process. """
|
||||
if self.silent_mode and not self.option_for_no_silent:
|
||||
done: str = f' {self.byellow} Done{self.endc}'
|
||||
done: str = f"{'':>1}{self.byellow}Done{self.endc}"
|
||||
self.stderr = subprocess.DEVNULL
|
||||
self.stdout = subprocess.DEVNULL
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue