Skip to content

Commit

Permalink
add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Mar 4, 2020
1 parent 52cb515 commit 87c525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_rockblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def text_out(self):
text = None
try:
text = self._buf_out.decode()
except:
except Exception:
pass
return text

Expand Down

0 comments on commit 87c525d

Please sign in to comment.