changeset 1970:3767ae7187d9

don't return none as the deferred Ignore-this: 24a7c6e57fa8ebc2deb7185177a34aab
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 03:52:17 +0000
parents fc66b28302a5
children b26a1e7fcfbe
files light9/subclient.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,