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
 
@@ -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,
0 comments (0 inline, 0 general)