Attention is currently required from: laforge.
1 comment:
File pySim/filesystem.py:
Patch Set #1, Line 55: if cla >> 4 in [0x0, 0xA, 0x8]:
What if neither (cla >> 4) is in [0x0, 0xA, 0x8], nor (cla & 0xD0) is in [0x40, 0xC0]? I would raise a ValueError, just to be sure the function would not return None.
To view, visit change 28628. To unsubscribe, or for help writing mail filters, visit settings.