提交 c4e0f896 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fix: 'Resume' -> 'Summary'

Also better formatting of this line.
上级 44a54a08
...@@ -103,7 +103,8 @@ def mysend(subject, file): ...@@ -103,7 +103,8 @@ def mysend(subject, file):
float64_time = start float64_time = start
start = "" start = ""
s="Resume of the output:\n\n"+filter_output(open(file))+"\n\nFull output:\n\n"+s s = ("Summary of the output:\n\n" + filter_output(open(file)) +
"\n\nFull output:\n\n" + s)
img = MIMEText(s) img = MIMEText(s)
fp.close() fp.close()
msg.attach(img) msg.attach(img)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论