Skip to content

Commit

Permalink
FF: Fix wrong name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd OST committed May 20, 2024
1 parent c50be6f commit 3633df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy_bbtk/tpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def hasUnfinishedMessage(self):
bool
True if there is a partial message waiting for an end-of-line
"""
return bool(self._lastMessage)
return bool(self._lastLine)

@staticmethod
def _detectComPort():
Expand Down

0 comments on commit 3633df3

Please sign in to comment.