mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-23 07:20:44 +00:00
!227 修复openposix执行正常,但报告异常的bug
Merge pull request !227 from liguangjie/master
This commit is contained in:
commit
331f758711
@ -59,7 +59,7 @@ class ShellHandler:
|
||||
self.unfinished_line = lines[-1]
|
||||
# not return the tail element of this list contains unfinished str,
|
||||
# so we set position -1
|
||||
return lines[:-1]
|
||||
return lines
|
||||
|
||||
def add_process_method(self, func):
|
||||
if isinstance(func, types.FunctionType):
|
||||
|
Loading…
Reference in New Issue
Block a user