We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
circuitpython/shared-bindings/time/__init__.c
Line 282 in 0102325
If I'm reading the code correctly len should be passed into the error message as well as 9. FWIW my C skills are very rusty.
len
9
The text was updated successfully, but these errors were encountered:
You are right! It should be 9, len);. Want to make a PR? Thanks!
9, len);
Sorry, something went wrong.
Merge pull request #4509 from lesamouraipourpre/time-error-param
7471e97
Add a missing parameter to an error message (Fixes #4505)
Successfully merging a pull request may close this issue.
circuitpython/shared-bindings/time/__init__.c
Line 282 in 0102325
If I'm reading the code correctly
len
should be passed into the error message as well as9
.FWIW my C skills are very rusty.
The text was updated successfully, but these errors were encountered: