mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated error message
This commit is contained in:
parent
7941397d47
commit
197523ea2c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Utilities(Configs):
|
|||
raise SystemExit(1)
|
||||
|
||||
if output.returncode != 0:
|
||||
raise SystemExit(output.returncode)
|
||||
self.errors.raise_error_message(str(command), exit_status=output.returncode)
|
||||
|
||||
def header_process_log(self, filename: str) -> None:
|
||||
""" Creates the build log file and the header. """
|
||||
|
|
Loading…
Reference in a new issue