Skip to content

Commit ef56029

Browse files
authored
Update eb_hooks.py
1 parent 3c1c429 commit ef56029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def post_ready_hook(self, *args, **kwargs):
240240
# apply the limit if it's different from current
241241
if new_parallel != parallel:
242242
if hasattr(self, 'parallel'):
243-
self.parallel = new_parallel
243+
self.cfg.parallel = new_parallel
244244
else:
245245
self.cfg['parallel'] = new_parallel
246246
msg = "limiting parallelism to %s (was %s) for %s on %s to avoid out-of-memory failures during building/testing"

0 commit comments

Comments
 (0)