diff --git a/pySim/esim/saip/batch.py b/pySim/esim/saip/batch.py index 8d477e2..ee4e24c 100644 --- a/pySim/esim/saip/batch.py +++ b/pySim/esim/saip/batch.py @@ -126,6 +126,8 @@ class BatchPersonalization: logger.error('during %s: %r', _func_(), e) raise ValueError(f'{p.param.name} fed by {p.src.name}: {e!r}') from e + pes.rebuild_mandatory_services() + yield pes