mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
qemu-trace2txt: port to clifunction
This commit is contained in:
@@ -169,6 +169,9 @@ class ShellHelpers:
|
||||
|
||||
:param extra_env: extra environment variables to add when running the command
|
||||
:type extra_env: Dict[str,str]
|
||||
|
||||
:return: exit status of the command
|
||||
:rtype: int
|
||||
'''
|
||||
if out_file is not None:
|
||||
stdout = subprocess.PIPE
|
||||
|
||||
Reference in New Issue
Block a user