提交 5f7c218a 编写于 作者: P Praveen K Pandey

cleanup avocado:utils:linux_modules -- style issue

fixed pep8 issue in script
Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
上级 f8f5caa4
......@@ -105,7 +105,8 @@ def loaded_module_info(module_name):
"""
l_raw = process.system_output('/sbin/lsmod').decode('utf-8')
modinfo_dic = parse_lsmod_for_module(l_raw, module_name)
output = process.system_output("/sbin/modinfo %s" % module_name).decode('utf-8')
output = process.system_output(
"/sbin/modinfo %s" % module_name).decode('utf-8')
if output:
param_list = []
for line in output.splitlines():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册