Attention is currently required from: lynxis lazus.
Patch set 1:Code-Review +1
1 comment:
File pySim/ts_31_102.py:
Patch Set #1, Line 392: hnet_pubkey_list = self._compact_pubkey_list(hpkl.to_dict()['hnet_pubkey_list'])
wouldn't something more compact work without interrupting the cotrol flow of the source / indent / ...?
```
hnet_pubkey_list = self._compact_pubkey_list(hpkl.to_dict()['hnet_pubkey_list'] or [])
```
To view, visit change 41581. To unsubscribe, or for help writing mail filters, visit settings.