Skip to content

Commit b1ce51c

Browse files
committed
raise exceptions in twisted implementation to behave like generic
implementation
1 parent 30b56e0 commit b1ce51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier/nf_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def loop():
260260
except:
261261
import traceback
262262
log.debug("exception: %s" % (traceback.format_exc(),))
263-
break
263+
raise
264264

265265

266266
def _init():

0 commit comments

Comments
 (0)