提交 c2af7c85 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #3207 from nouiz/pep8_master

pep8 fix in master
...@@ -460,7 +460,7 @@ class PureOp(object): ...@@ -460,7 +460,7 @@ class PureOp(object):
if len(tr) > 0: if len(tr) > 0:
detailed_err_msg += ( detailed_err_msg += (
" \nBacktrace when that variable is created:\n") " \nBacktrace when that variable is created:\n")
# Print separate message for each element in the list # Print separate message for each element in the list
# of batcktraces # of batcktraces
sio = StringIO() sio = StringIO()
for subtr in tr: for subtr in tr:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论