# HG changeset patch # User Drew Perttula # Date 2017-06-10 05:58:38 # Node ID 58069577abc29a088706722b20a3e8a344b7039c # Parent cb39ef3dc1d5ec1e811801c519784708c919c7d5 collector dummy label Ignore-this: 476849e290dbde90254004d367ce7f46 diff --git a/light9/collector/output.py b/light9/collector/output.py --- a/light9/collector/output.py +++ b/light9/collector/output.py @@ -65,7 +65,7 @@ class DummyOutput(Output): pass def shortId(self): - return repr(self) + return 'null' class DmxOutput(Output):