Skip to content
Snippets Groups Projects
Commit dee00764 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

New oids classification

parent e0ac26a0
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -735,6 +735,8 @@ class ReportManager():
for key, oids in datas.items():
json_oids[host][key] = [o.to_dict() for o in oids]
print(json_oids[host][key])
if self.is_os:
del json_oids[host][self.OID_OS]
return pretty_json(self.oids)
def create_msg(self, r: ResultReport):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment