Skip to content

Commit

Permalink
Fix mail_headers
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 22, 2024
1 parent 4c098e2 commit 76095c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily_tests/daily_nightly_tests_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def generate_failed_containers(self):
if test_case not in self.data_dict:
continue
print(f"generate_email_body: {self.data_dict[test_case]}")
self.body += f"<br>{msg}<br><b>List of failed containers</b>:<br><br>"
self.body += f"<br><b>{msg}</b><br>List of failed containers:<br>"
for _, name in self.data_dict[test_case]:
self.body += f"{name}<br>"

Expand Down

0 comments on commit 76095c6

Please sign in to comment.