Skip to content

Commit 1a26e5b

Browse files
Rename function
Co-authored-by: Matt Clarke <matt.clarke@ess.eu>
1 parent 08a335a commit 1a26e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lewis/adapters/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def found_terminator(self):
109109

110110
self._send_reply(reply)
111111

112-
def unsolicitedReply(self, reply):
112+
def unsolicited_reply(self, reply):
113113
self.log.debug('Sending unsolicited reply %s', reply)
114114
self.push(b(reply + self._target.out_terminator))
115115

0 commit comments

Comments
 (0)