generic: iofuzz - PEP8 Fix

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 314f152f
......@@ -147,7 +147,7 @@ def run(test, params, env):
# Write random values to random ports of the range
for _ in range(fuzz_count * (end - beg + 1)):
inst.append(("write",[o_random.randint(beg, end),
inst.append(("write", [o_random.randint(beg, end),
o_random.randint(0, 255)]))
fuzz(session, inst)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册