We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af5ac2 + fad0fa1 commit 0a94308Copy full SHA for 0a94308
flow/util/genReport.py
@@ -264,6 +264,7 @@ def write_summary():
264
# check if design ran to completion without errors or warnings
265
d["log_errors"] = list()
266
d["log_warnings"] = list()
267
+ d["last_log"] = ""
268
for name_ in sorted(files):
269
temp_e, temp_w = parse_messages(os.path.join(log_dir, name_))
270
d["log_errors"] += temp_e
0 commit comments