ljean / modbus-tk

Create Modbus app easily with Python
Other
570 stars 212 forks source link

Fixed %s in get_values exception message #83

Closed guerriky closed 7 years ago

guerriky commented 7 years ago

Used to print messages like 'modbus_tk.exceptions.OutOfModbusBlockError: address %s size 401 is out of block 16' because of partial conversion to .format function.