We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3029691 commit 1e07d7fCopy full SHA for 1e07d7f
pymodbus/pdu/pdu.py
@@ -68,7 +68,7 @@ def __str__(self) -> str:
68
f"count={self.count}, "
69
f"bits={self.bits!s}, "
70
f"registers={self.registers!s}, "
71
- f"status={self.status!s}"
+ f"status={self.status!s}, "
72
f"retries={self.retries})"
73
)
74
0 commit comments