summary refs log tree commit diff
path: root/synapse/push/pusherpool.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-22 15:27:40 +0000
committerErik Johnston <erik@matrix.org>2019-02-22 15:27:40 +0000
commitb82c9cf4629040681c7d06846422705734acd110 (patch)
treec41a00260ed79180288dc952876e58e8f38801e8 /synapse/push/pusherpool.py
parentCorrectly handle PusherConfigException (diff)
downloadsynapse-b82c9cf4629040681c7d06846422705734acd110.tar.xz
Add missing return
Diffstat (limited to 'synapse/push/pusherpool.py')
-rw-r--r--synapse/push/pusherpool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py
index af82e02b46..abf1a1a9c1 100644
--- a/synapse/push/pusherpool.py
+++ b/synapse/push/pusherpool.py
@@ -231,6 +231,7 @@ class PusherPool:
                 pusherdict.get('pushkey'),
                 e,
             )
+            return
         except Exception:
             logger.exception("Couldn't start a pusher: caught Exception")
             return