Skip to content

Commit c101947

Browse files
committed
todo
1 parent 87c525d commit c101947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_rockblock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def data_out(self, buf):
116116
def text_out(self):
117117
"""The text in the outbound buffer."""
118118
text = None
119+
#TODO: add better check for non-text in buffer
120+
#pylint: disable=broad-except
119121
try:
120122
text = self._buf_out.decode()
121123
except Exception:

0 commit comments

Comments
 (0)