Actions
Bug #566
closedgenerate_packets.py failing on Ubuntu Focal (python 3.8)
Start date:
05/08/2024
Due date:
% Done:
0%
Estimated time:
Description
Failure (first) seen on Ubuntu Focal:
Traceback (most recent call last):
File "./generate_packets.py", line 345, in <module>
class Location:
File "./generate_packets.py", line 427, in Location
def matmul(self, packet: str | None) -> str:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
Files
Actions