Remove 'is True'

This commit is contained in:
rallytime 2014-08-30 20:18:12 -06:00
parent 61478de6e8
commit 520e5e6676

View file

@ -428,7 +428,7 @@ def run(opts):
except ValueError:
print('Failed to load any JSON from {0!r}'.format(stdout.strip()))
if opts.cloud_only is True:
if opts.cloud_only:
# Run Cloud Provider tests preparation SLS
time.sleep(3)
cmd = (
@ -476,7 +476,7 @@ def run(opts):
delete_vm(opts)
sys.exit(retcode)
if opts.cloud_only is True:
if opts.cloud_only:
time.sleep(3)
# Run Cloud Provider tests pillar preparation SLS
cmd = (