260725_0
This commit is contained in:
@@ -223,8 +223,9 @@ async def send_analysis_error_email(
|
||||
_summary_row("오류 내용", html.escape(error_message)),
|
||||
]
|
||||
)
|
||||
safe_name = html.escape(project_name)
|
||||
body = f"""
|
||||
<p>프로젝트 <strong>{html.escape(project_name)}</strong>의 지표면 분석 중 오류가 발생했습니다.</p>
|
||||
<p>프로젝트 <strong>{safe_name}</strong>의 지표면 분석 중 오류가 발생했습니다.</p>
|
||||
<div class="box">
|
||||
{rows}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user