Commit 6a7b75f7 authored by Brenda J. Butler's avatar Brenda J. Butler Committed by David S. Miller

tools: tc-testing: Fix indentation

Signed-off-by: default avatarBrenda J. Butler <bjb@mojatatu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment