Changeset - 86fe0b29d08b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 years ago 2005-06-13 00:41:38
drewp@bigasterisk.com
bugfix in dmxclient dummy mode
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/dmxclient.py
Show inline comments
 
@@ -45,9 +45,9 @@ def outputlevels(levellist,twisted=0,cli
 
        d.addErrback(err)
 

	
 
    
 
dummy = os.getenv('DMXDUMMY')
 
if dummy:
 
    print "dmxclient: DMX is in dummy mode."
 
    def bogus(*args):
 
    def bogus(*args,**kw):
 
        pass
 
    outputlevels = bogus
0 comments (0 inline, 0 general)