mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
test: Format with black
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
This commit is contained in:
committed by
Jonathan Woollett-Light
parent
285971e8c7
commit
56bfdc97bb
@@ -15,7 +15,6 @@ def get_repo_root_path():
|
||||
|
||||
def get_cmd_output(cmd):
|
||||
"""Returns stdout content of `cmd` command."""
|
||||
cmd_out = subprocess.run(cmd, shell=True, check=True,
|
||||
stdout=subprocess.PIPE)
|
||||
stdout = cmd_out.stdout.decode('utf-8')
|
||||
cmd_out = subprocess.run(cmd, shell=True, check=True, stdout=subprocess.PIPE)
|
||||
stdout = cmd_out.stdout.decode("utf-8")
|
||||
return stdout
|
||||
|
||||
Reference in New Issue
Block a user