Attention is currently required from: laforge, neels.
1 comment:
File pySim/esim/saip/batch.py:
Patch Set #10, Line 186: upp_audit[audit_key] = set((audit_val, ))
Is it possible that the same KVN/ID combination appears in more than one SD PE? If so, the second occurrence silently replaces the first. We could handle this gracefully:
```suggestion
upp_audit.add_values({audit_key: audit_val})
```
To view, visit change 40209. To unsubscribe, or for help writing mail filters, visit settings.