Blackened
This commit is contained in:
parent
5a0188abd3
commit
15a6f13cd5
4 changed files with 5 additions and 5 deletions
|
|
@ -213,9 +213,9 @@ class ExtensibleSerialInstrument(object):
|
|||
return self.read_multiline(termination_line)
|
||||
else:
|
||||
logging.debug("Reading response...")
|
||||
line = (
|
||||
self.readline(timeout).strip()
|
||||
) # question: should we strip the final newline?
|
||||
line = self.readline(
|
||||
timeout
|
||||
).strip() # question: should we strip the final newline?
|
||||
logging.debug(f"Read finished. Got {line}")
|
||||
return line
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue