Skip to content

Commit 921b1ad

Browse files
committed
issue-368 modify comment
1 parent ec2ebab commit 921b1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ait/core/server/handlers/packet_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def handle(self, packet):
4242
"""
4343

4444
if self._pkt_defn.nbytes != packet.nbytes:
45-
msg = f"PacketHandler: Packet length of packet does not match packet definition."
45+
msg = f"PacketHandler: Packet data length does not match packet definition."
4646
raise ValueError(msg)
4747

4848
return pickle.dumps((self._pkt_defn.uid, packet), 2)

0 commit comments

Comments
 (0)