Closed rakshassa closed 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 .
Fixed
_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) )