This commit is contained in:
Dimitris Zlatanidis 2024-03-20 12:19:25 +02:00
parent 8e9727364c
commit 3c7bb05364

View file

@ -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()