# HG changeset patch # User drewp@bigasterisk.com # Date 2019-06-08 03:52:17 # Node ID 3767ae7187d987a19f2dffdc2f158f9b47b108ea # Parent fc66b28302a50ac88193f288e2faacb9fa03af0c don't return none as the deferred Ignore-this: 24a7c6e57fa8ebc2deb7185177a34aab diff --git a/light9/subclient.py b/light9/subclient.py --- a/light9/subclient.py +++ b/light9/subclient.py @@ -45,7 +45,8 @@ class SubClient: outputSettings = self.get_output_settings(_graph=g) except Exception: traceback.print_exc() - return + raise + return sendToCollector( 'subclient', self.session,