Merge "Removing unnecessary else"

This commit is contained in:
Zuul 2018-09-03 20:44:24 +00:00 committed by Gerrit Code Review
commit 9d27667db2

View File

@ -160,8 +160,6 @@ class TempestRun(command.Command):
sys.exit(2)
if parsed_args.state:
self._init_state()
else:
pass
regex = self._build_regex(parsed_args)
return_code = 0