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

New oids classification

parent 6549ebc9
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -799,8 +799,8 @@ class ReportManager():
def write_oids(self, oids_filename) -> None:
with open(oids_filename, 'w') as f:
#yaml.dump(self.oids, f)
f.write(self.get_classified_oids())
yaml.dump(self.get_classified_oids(), f)
#f.write(self.get_classified_oids())
def push_new_oids(self):
repo = git.Repo(self.OS_SEC_DEST_DIR)
......
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