diff --git a/daily_tests/daily_nightly_tests_report.py b/daily_tests/daily_nightly_tests_report.py index 0f120a9..53fe037 100755 --- a/daily_tests/daily_nightly_tests_report.py +++ b/daily_tests/daily_nightly_tests_report.py @@ -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"
{msg}
List of failed containers:

" + self.body += f"
{msg}
List of failed containers:
" for _, name in self.data_dict[test_case]: self.body += f"{name}
"