Skip to content

Commit ccf0c12

Browse files
committed
fixed docstring
1 parent 777e4fe commit ccf0c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/senaite/astm/adapters/biomerieux/mini_vidas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
@implementer(IDataHandler)
4343
class DataHandler:
44-
"""Custom data handler for Spotchem SE-1520
44+
"""Custom data handler for Biomérieux miniVidas
4545
4646
We receive from this instrument a non valid ASTM message that need to be
4747
handled differntly
@@ -111,7 +111,7 @@ def handle_data(self):
111111
self.protocol.messages = messages
112112

113113
# end the communicaiton
114-
self.protocol.on_eot(EOT)
114+
# self.protocol.on_eot(EOT)
115115

116116

117117
# register the adapter

0 commit comments

Comments
 (0)