mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix typo
This commit is contained in:
parent
8e9727364c
commit
3c7bb05364
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class MultiProcess(Configs):
|
|||
raise SystemExit(process.returncode)
|
||||
|
||||
def _error_process(self):
|
||||
""" Prints error message for process. """
|
||||
""" Prints error message for a process. """
|
||||
if not self.silent_mode and not self.option_for_silent:
|
||||
message: str = f'Error occurred with process. Please check the log file.'
|
||||
print()
|
||||
|
|
Loading…
Add table
Reference in a new issue