Attention is currently required from: dexter, laforge, neels.
2 comments:
File pySim/esim/saip/batch.py:
I've changed this because several instances of this class may end up modifying the same dict instance, resulting in weird consequences. Typical Python pitfall.
File pySim/esim/saip/param_source.py:
Patch Set #10, Line 205: val is None
Changed to `... is None` to avoid raising exceptions for values like `0` and `False`.
To view, visit change 41845. To unsubscribe, or for help writing mail filters, visit settings.