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 dropped an over-broad `except` by only catching errors that
`datetime.datetime.strptime` would throw -- forgetting that it might error
differently if one of its arguments were an unexpected type.
Fix and add a test.
0 commit comments