未验证 提交 c78da18d 编写于 作者: C Chen Weihang 提交者: GitHub

polish print format, test=develop (#24312)

上级 f79526c2
......@@ -4116,6 +4116,7 @@ class Program(object):
program_str = ""
for block in self.blocks:
program_str += block._to_readable_code(skip_op_callstack)
program_str += '\n'
return program_str
def to_string(self, throw_on_error, with_details=False):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册