results modificiations: from: { "path": "../status_1.py", "empty": false, "parsed": true, "stats": { "passes": 2, "alarms": 1 }, "checks": [] } to: { "path": "../status_1.py", "stats": { "path": { "checks found": 3, "parsed": "yes", "exitted": "no" }, "checks": { "passes": 2, "alarms": 1 } }, "checks": [] } types of problems: exitted: exception in check: exception in path: parse error: stats format 2 by preset: { "paths": path_statuses, "stats": { "paths": { "alarms": 0, "empty": 0, }, "checks": { "passes": 0, "alarms": 0 } } }