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