diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 09:54:59 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 13:09:36 +0200 |
commit | ca8fd841736ca65fa4292887052c78243512962a (patch) | |
tree | 3b8d1acde9debb5dc15a27583a776c0d08a582c6 /doc/invocations-http-server/server.py | |
parent | 169621189b6c35a1f15c16d3fe392732659ab5b0 (diff) | |
download | justbuild-ca8fd841736ca65fa4292887052c78243512962a.tar.gz |
Invocation server: present new exit codes and analysis erros
Diffstat (limited to 'doc/invocations-http-server/server.py')
-rwxr-xr-x | doc/invocations-http-server/server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/invocations-http-server/server.py b/doc/invocations-http-server/server.py index f64f5439..e7969e6a 100755 --- a/doc/invocations-http-server/server.py +++ b/doc/invocations-http-server/server.py @@ -225,6 +225,7 @@ class InvocationServer: params["repo_config"] = meta.get('configuration') params["exit_code"] = profile.get('exit code') + params["analysis_errors"] = profile.get('analysis errors', []) # For complex conditional data fill with None as default for k in ["cmdline", "cmd", "target", "config"]: params[k] = None |