提交 fd25b28a authored 作者: Caglar's avatar Caglar

Added blank lines seperating inner graphs of scan.

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