pySimpleDMX icon indicating copy to clipboard operation
pySimpleDMX copied to clipboard

Syntax error in error message

Open briank-cxc opened this issue 6 years ago • 0 comments

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 tried submitting the changes but am getting a 403 error on push (also: I'm not super familiar with pushing to GitHub repos that I don't own, which may have something to do with that).

briank-cxc avatar Apr 24 '18 00:04 briank-cxc