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