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

New oids classification

parent 4e8e0a64
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -732,8 +732,8 @@ class ReportManager():
def get_classified_oids(self) -> str:
json_oids = self.oids.copy()
for host, datas in self.oids.items():
for key, list_oids in data.items():
print(key,list_oids)
for key, list_oids in datas.items():
print(host,key,list_oids)
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