briank-cxc

Results 1 issues of briank-cxc

pysimpledmx.py, line 47 should be: `print 'Invalid channel specified: %s' % (chan-1)` Note the parens around `chan-1`. Without them, the interpreter tries to subtract 1 from the string "Invalid..." I've...