未验证 提交 a72759ee 编写于 作者: O openharmony_ci 提交者: Gitee

!1 fix LTPPosixDriver error bug

Merge pull request !1 from liguangjie/OpenHarmony-3.2-Beta3
......@@ -62,7 +62,7 @@ class ShellHandler:
return lines[:-1]
def add_process_method(self, func):
if not isinstance(func, types.FunctionType):
if isinstance(func, types.FunctionType):
self.process_output_methods.clear()
self.process_output_methods.append(func)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册