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 seem to be getting an ISO8601Error when trying to parse blank strings in kbjson.py around line 66. It looks like it's catching a ValueError but when I switch that to a catchall it fixes the problem.
I seem to be getting an
ISO8601Error
when trying to parse blank strings inkbjson.py
around line 66. It looks like it's catching aValueError
but when I switch that to a catchall it fixes the problem.stacktrace: https://gist.github.com/loganakamatsu/0ca7f24273368e037101
The text was updated successfully, but these errors were encountered: