提交 36b9ee2a authored 作者: AndreiCostinescu's avatar AndreiCostinescu

Removed trailing whitespaces from files

上级 2bd1447b
...@@ -49,7 +49,7 @@ def mysend(subject, file): ...@@ -49,7 +49,7 @@ def mysend(subject, file):
msg['From'] = me msg['From'] = me
msg['To'] = COMMASPACE.join(family) msg['To'] = COMMASPACE.join(family)
msg.preamble = 'The output of the buildbot' msg.preamble = 'The output of the buildbot'
# Open the files in binary mode. Let the MIMEImage class automatically # Open the files in binary mode. Let the MIMEImage class automatically
# guess the specific image type. # guess the specific image type.
with open(file, 'rb') as fp: with open(file, 'rb') as fp:
...@@ -91,7 +91,7 @@ def mysend(subject, file): ...@@ -91,7 +91,7 @@ def mysend(subject, file):
nb_ran+=int(token) nb_ran+=int(token)
except Exception as e: except Exception as e:
print(e) print(e)
start = "" start = ""
for line in s.splitlines(): for line in s.splitlines():
if gpu_time is None and line.startswith("gpu % expected/get"): if gpu_time is None and line.startswith("gpu % expected/get"):
...@@ -112,12 +112,12 @@ def mysend(subject, file): ...@@ -112,12 +112,12 @@ def mysend(subject, file):
elif start.startswith("float64 % expected/get"): elif start.startswith("float64 % expected/get"):
float64_time = start float64_time = start
start = "" start = ""
s = ("Summary of the output:\n\n" + filter_output(open(file)) + s = ("Summary of the output:\n\n" + filter_output(open(file)) +
"\n\nFull output:\n\n" + s) "\n\nFull output:\n\n" + s)
img = MIMEText(s) img = MIMEText(s)
msg.attach(img) msg.attach(img)
# Send the email via our own SMTP server. # Send the email via our own SMTP server.
if show_speed_failure: if show_speed_failure:
msg['Subject'] = subject+" Fail="+str(failures)+" Err="+str(errors)+" Ran="+str(nb_ran)+" Skip="+str(skip)+" KnownFail="+str(knownfail)+ " SpeedFailure="+str(speed_failure) msg['Subject'] = subject+" Fail="+str(failures)+" Err="+str(errors)+" Ran="+str(nb_ran)+" Skip="+str(skip)+" KnownFail="+str(knownfail)+ " SpeedFailure="+str(speed_failure)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论