mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove 'is True'
This commit is contained in:
parent
61478de6e8
commit
520e5e6676
1 changed files with 2 additions and 2 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Reference in a new issue