Skip to content
Snippets Groups Projects
Commit fc081636 authored by Jules Sabban's avatar Jules Sabban
Browse files

Add HTML repport for ONT run

	Ref : #227
parent 8371a7b4
No related branches found
No related tags found
1 merge request!137Add HTML repport for ONT run
......@@ -64,6 +64,8 @@ class OntQualityCheck (NG6Workflow):
self.log_files.append(file)
for file in glob(logpath+"/*.pdf"):
self.log_files.append(file)
for file in glob(logpath+"/*.html"):
self.log_files.append(file)
logging.getLogger("jflow").debug("OntQualityCheck._process.logfile self.log_files = " + ",".join(self.log_files))
# add logs
......
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