Skip to content

Commit

Permalink
issue-368 modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JHofman728 committed Oct 12, 2022
1 parent ec2ebab commit 921b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/core/server/handlers/packet_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def handle(self, packet):
"""

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

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

0 comments on commit 921b1ad

Please sign in to comment.