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
Providing a float amount of seconds in timedelta does not work
env.timedelta("NO_VALUE", default=42.3)
will have a value of 42 seconds, ignoring the decimal part.
A PR to solve this was already submitted #368 and closed with no valid reason
The text was updated successfully, but these errors were encountered:
could this silent downcast be a ticket for marshmallow instead of for environs @sloria?
Sorry, something went wrong.
No branches or pull requests
Providing a float amount of seconds in timedelta does not work
will have a value of 42 seconds, ignoring the decimal part.
A PR to solve this was already submitted #368 and closed with no valid reason
The text was updated successfully, but these errors were encountered: