提交 cb11961c authored 作者: Frederic Bastien's avatar Frederic Bastien

Python 3 compatibility for do_nightly_build_send

上级 b3e3ef26
......@@ -89,7 +89,7 @@ def mysend(subject, file):
ran=False
try:
nb_ran+=int(token)
except Exception, e:
except Exception as e:
print(e)
start = ""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论