You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Creating index.html for VectorCAST Project Reports")
111
115
112
-
iflen(html_file_list) >0:
113
-
create_index_html (html_file_list)
114
-
115
-
else:
116
-
print("No HTML reports found")
117
-
return1
118
-
119
-
try:
120
-
withopen("index.html", 'w') asfd:
121
-
fd.write(indexHtmlText)
122
-
except:
123
-
print("Unable to write to index.html")
124
-
return1
125
-
116
+
create_index_html (mpName)
117
+
126
118
return0
127
119
128
120
129
121
defmain():
130
-
parser=argparse.ArgumentParser()
131
-
parser.add_argument("--html_base_dir", help='Set the base directory of the html_reports directory. The default is the workspace directory', default="html_reports")
0 commit comments