Closed idbrii closed 2 years ago
Ensure the print shows that the input value was a float. With %d it prints as an integer which looks correct when the error says it's not.
Coverage decreased (-0.03%) to 99.387% when pulling c8c9b98349ae36f62785b0d6782f6d71f476a24f on idbrii:fix-float-framecount-errormsg into c1c12ec45fde28ffd2d6967675adcb3c3e501fa7 on kikito:master.
Not sure how I decreased coverage. I changed a format specifier in a string. It's a single character change that doesn't cause branching.
Thanks for the change, merged! (apologies for the delay)
Ensure the print shows that the input value was a float. With %d it prints as an integer which looks correct when the error says it's not.