evilpete / ISYlib-python

Simple Python lib for the ISY home automation controller
BSD 2-Clause "Simplified" License
27 stars 19 forks source link

crash from bad code #13

Closed rakshassa closed 8 years ago

rakshassa commented 8 years ago

_isynode.py line 580 in master branch. Must enclose the format parameters in parenthesis to form a tuple as such:

raise IsyResponseError( "Node Cmd/Property Set error : node=%s prop=%s " % (naddr, prop) )

evilpete commented 8 years ago

I'll take a look... Thanks for the report On Jun 2, 2016 9:36 PM, "Elijah Hall" notifications@github.com wrote:

_isynode.py line 580 in master branch. Must enclose the format parameters in parenthesis to form a tuple as such:

raise IsyResponseError( "Node Cmd/Property Set error : node=%s prop=%s " % (naddr, prop) )

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/evilpete/ISYlib-python/issues/13, or mute the thread https://github.com/notifications/unsubscribe/ACRVqfY-Qiq6okNad-tCSnfO5WZYANWQks5qH69HgaJpZM4ItMif .

evilpete commented 8 years ago

Fixed