提交 7a694e25 authored 作者: Caglar's avatar Caglar

fixed the newlines.

上级 fd25b28a
......@@ -113,12 +113,13 @@ def debugprint(obj, depth=-1, print_type=False,
file=_file, order=order, ids=ids,
scan_ops=scan_ops, stop_on_name=stop_on_name)
if len(scan_ops) > 0:
print >> file, "\n"
new_prefix = '\n >'
new_prefix_child = '\n >'
print >> file, "Inner graphs of the scan ops:\n"
print >> file, ""
new_prefix = ' >'
new_prefix_child = ' >'
print >> file, "Inner graphs of the scan ops:"
for s in scan_ops:
print >> file, ""
debugmode.debugprint(s, depth=depth, done=done, print_type=print_type,
file=_file, ids=ids,
scan_ops=scan_ops, stop_on_name=stop_on_name)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论