diff --git a/pySim/esim/saip/batch.py b/pySim/esim/saip/batch.py index 6d3ded18..338c5d19 100644 --- a/pySim/esim/saip/batch.py +++ b/pySim/esim/saip/batch.py @@ -123,6 +123,8 @@ class BatchPersonalization: except Exception as e: raise ValueError(f'{p.param_cls.get_name()} fed by {p.src.name}: {e}') from e + pes.rebuild_mandatory_services() + yield pes