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
print deepcopy(dotdict({'attr', 'value'}))
File "/usr/lib/python2.7/copy.py", line 182, in deepcopy
rv = reductor(2)
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered:
print deepcopy(dotdict({'attr', 'value'}))
File "/usr/lib/python2.7/copy.py", line 182, in deepcopy
rv = reductor(2)
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered: