fix: typos
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details
ZeroDownTime/CloudBender/pipeline/tag Build started... Details

This commit is contained in:
Stefan Reimer 2024-04-23 13:14:29 +00:00
parent ed355c15ab
commit a245d88f8c
1 changed files with 2 additions and 2 deletions

View File

@ -447,10 +447,10 @@ def _provision(cb, stacks):
# Pulumi is still not thread safe
if _anyPulumi(step):
_threads = 1
else
else:
_threads = len(step)
with ThreadPoolExecutor(max_workers=_threads)) as group:
with ThreadPoolExecutor(max_workers=_threads) as group:
futures = []
for stack in step:
if stack.mode != "pulumi":