PowerBroker2/pySerialTransfer

`num_bytes` variable shadows outer scope

robberwick opened this issue · 0 comments

The num_bytes function defines a num_bytes variable, thus shadowing the outer scope. Suggest renaming the function to calc_num_bytes which avoids the issue.