Removing unnecessary else
The patch addresses the removal of 'else' written for if which is irrevalent. Change-Id: I538ae1380681ec1b0feb0505142549a2ba4eb458
This commit is contained in:
parent
9144a05a87
commit
823450339e
@ -160,8 +160,6 @@ class TempestRun(command.Command):
|
|||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
if parsed_args.state:
|
if parsed_args.state:
|
||||||
self._init_state()
|
self._init_state()
|
||||||
else:
|
|
||||||
pass
|
|
||||||
|
|
||||||
regex = self._build_regex(parsed_args)
|
regex = self._build_regex(parsed_args)
|
||||||
return_code = 0
|
return_code = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user