提交 6a7b75f7 编写于 作者: B Brenda J. Butler 提交者: David S. Miller

tools: tc-testing: Fix indentation

Signed-off-by: NBrenda J. Butler <bjb@mojatatu.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9baeb5eb
......@@ -347,9 +347,9 @@ def check_default_settings(args, remaining, pm):
global NAMES
if args.path != None:
NAMES['TC'] = args.path
NAMES['TC'] = args.path
if args.device != None:
NAMES['DEV2'] = args.device
NAMES['DEV2'] = args.device
if not os.path.isfile(NAMES['TC']):
print("The specified tc path " + NAMES['TC'] + " does not exist.")
exit(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册