fix: typos
This commit is contained in:
parent
ed355c15ab
commit
a245d88f8c
@ -447,10 +447,10 @@ def _provision(cb, stacks):
|
|||||||
# Pulumi is still not thread safe
|
# Pulumi is still not thread safe
|
||||||
if _anyPulumi(step):
|
if _anyPulumi(step):
|
||||||
_threads = 1
|
_threads = 1
|
||||||
else
|
else:
|
||||||
_threads = len(step)
|
_threads = len(step)
|
||||||
|
|
||||||
with ThreadPoolExecutor(max_workers=_threads)) as group:
|
with ThreadPoolExecutor(max_workers=_threads) as group:
|
||||||
futures = []
|
futures = []
|
||||||
for stack in step:
|
for stack in step:
|
||||||
if stack.mode != "pulumi":
|
if stack.mode != "pulumi":
|
||||||
|
Loading…
Reference in New Issue
Block a user