tools: make gen-stage-test-diff pylint clean

This commit is contained in:
Michael Vogt 2024-02-20 10:01:32 +01:00 committed by Brian C. Lane
parent 2290aff94d
commit a2bb687d54

View file

@ -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 = """