Skip to content

Commit e3a7c03

Browse files
Completely removing the previously commented out break on error line
1 parent 7d05ab3 commit e3a7c03

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

xbee/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ def run(self):
107107
# Unexpected thread quit.
108108
if self._error_callback:
109109
self._error_callback(e)
110-
# Do not break on error as this is not thread safe
111-
# See: http://axotron.se/blog/problems-with-python-xbee-2-2-3-package/
112-
# break
110+
113111

114112
def _wait_for_frame(self):
115113
"""

0 commit comments

Comments
 (0)