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

New oids classification

parent 1a3175f4
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -734,9 +734,8 @@ class ReportManager():
for host, datas in self.oids.items():
for key, oids in datas.items():
json_oids[host][key] = [str(o) for o in oids]
print(json_oids[host][key])
if self.is_os:
del json_oids[host][self.OID_OS]
del datas[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