Closed pfif closed 10 years ago
If this simple modification is not done, and that maximum_file_size , not being passed at initialisation, is None, the validate function is always raising the file_size error.
maximum_file_size
None
validate
file_size
Thanks for your library by the way, that's exactly what I needed !
Thanks :smile:
Are you going to publish a new version on PyPi with this correction ? It'd be nice that my project stop referencing my own fork of this GitHub repo :)
If this simple modification is not done, and that
maximum_file_size
, not being passed at initialisation, isNone
, thevalidate
function is always raising thefile_size
error.Thanks for your library by the way, that's exactly what I needed !