tools: make gen-stage-test-diff pylint clean
This commit is contained in:
parent
2290aff94d
commit
a2bb687d54
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def run_osbuild(output_directory, store, cache_max_size, libdir, manifest):
|
|||
except subprocess.CalledProcessError as err:
|
||||
raise RuntimeError(
|
||||
f"osbuild crashed when building {manifest}:\n\nstdout:\n{err.stdout}\n\nstderr:\n{err.stderr}"
|
||||
)
|
||||
) from err
|
||||
|
||||
|
||||
epilog = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue