Skip to content

Commit

Permalink
Merge pull request #173 from ISISComputingGroup/Ticket7778_zerofield_…
Browse files Browse the repository at this point in the history
…speedup

Use just LF for in terminator
  • Loading branch information
rerpha authored May 28, 2024
2 parents 5bac659 + 83f2104 commit 52969d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lewis_emulators/kepco/interfaces/kepco.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _wrapper(self, *args, **kwargs):
@has_log
class KepcoStreamInterface(StreamInterface):

in_terminator = "\r\n"
in_terminator = "\n"
out_terminator = "\r\n"

commands = {
Expand Down

0 comments on commit 52969d3

Please sign in to comment.