You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed a small bug. This is not very important, but it's a little inconsistent with the rest of the library which returns None when unable to parse the string.
Hello.
I just noticed a small bug. This is not very important, but it's a little inconsistent with the rest of the library which returns
None
when unable to parse the string.Python 3.6.3 and pytimeparse 1.1.7.
I guess this is because of the regex
[\d.]+
which do not filter out such wrongly formatted float values.The text was updated successfully, but these errors were encountered: