Changeset - 3767ae7187d9
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 6 years ago 2019-06-08 03:52:17
drewp@bigasterisk.com
don't return none as the deferred
Ignore-this: 24a7c6e57fa8ebc2deb7185177a34aab
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/subclient.py
Show inline comments
 
@@ -42,13 +42,14 @@ class SubClient:
 
    def _send_sub(self) -> Deferred:
 
        try:
 
            with self.graph.currentState() as g:
 
                outputSettings = self.get_output_settings(_graph=g)
 
        except Exception:
 
            traceback.print_exc()
 
            return
 
            raise
 

	
 
        return sendToCollector(
 
            'subclient',
 
            self.session,
 
            outputSettings,
 
            # when KC uses zmq, we get message
 
            # pileups and delays on collector (even
0 comments (0 inline, 0 general)