tools: tc-testing: Fix indentation
Signed-off-by: Brenda J. Butler <bjb@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9baeb5eb1f
commit
6a7b75f7c1
|
@ -347,9 +347,9 @@ def check_default_settings(args, remaining, pm):
|
||||||
global NAMES
|
global NAMES
|
||||||
|
|
||||||
if args.path != None:
|
if args.path != None:
|
||||||
NAMES['TC'] = args.path
|
NAMES['TC'] = args.path
|
||||||
if args.device != None:
|
if args.device != None:
|
||||||
NAMES['DEV2'] = args.device
|
NAMES['DEV2'] = args.device
|
||||||
if not os.path.isfile(NAMES['TC']):
|
if not os.path.isfile(NAMES['TC']):
|
||||||
print("The specified tc path " + NAMES['TC'] + " does not exist.")
|
print("The specified tc path " + NAMES['TC'] + " does not exist.")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
Loading…
Reference in New Issue