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.
stacktrace: https://gist.github.com/loganakamatsu/0ca7f24273368e037101
I seem to be getting an
ISO8601Errorwhen trying to parse blank strings inkbjson.pyaround line 66. It looks like it's catching aValueErrorbut when I switch that to a catchall it fixes the problem.stacktrace: https://gist.github.com/loganakamatsu/0ca7f24273368e037101