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
utils.parse_object() fails for some special cases as noted in the comment at the bottom of tests/test_utils.py. Fix parse_object() such that it also works for these cases.
Also, as noted in the review of PR #44: clean up code, use regexp for parse_object. Try to avoid redefining built-ins.
The text was updated successfully, but these errors were encountered:
utils.parse_object()
fails for some special cases as noted in the comment at the bottom oftests/test_utils.py
. Fixparse_object()
such that it also works for these cases.Also, as noted in the review of PR #44: clean up code, use regexp for parse_object. Try to avoid redefining built-ins.
The text was updated successfully, but these errors were encountered: