[mod] /stats : detail per engine

allow to submit a github issue including the technical details
(exceptions, errors, warning, checker result)
This commit is contained in:
Alexandre Flament 2021-04-23 21:08:48 +02:00
parent 0603b043ce
commit df41b77121
7 changed files with 227 additions and 20 deletions

View file

@ -150,7 +150,7 @@ def get_reliabilities(engline_name_list, checker_results):
reliabilities[engine_name] = {
'reliablity': reliablity,
'errors': errors,
'checker': checker_results.get(engine_name, {}).get('errors', {}).keys(),
'checker': checker_results.get(engine_name, {}).get('errors', {}),
}
return reliabilities