-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
This code used to work (up to 2.3.0), but raises an error in 2.4.0:
#!/usr/bin/env python3
from addict import Dict
a = Dict().copy()
a.foo.barOutput:
Traceback (most recent call last):
File "copy-broken.py", line 6, in <module>
a.foo.bar
File "/home/bmerry/work/sdp/env3/lib/python3.8/site-packages/addict/addict.py", line 67, in __getattr__
return self.__getitem__(item)
File "/home/bmerry/work/sdp/env3/lib/python3.8/site-packages/addict/addict.py", line 70, in __missing__
if object.__getattribute__(self, '__frozen'):
AttributeError: 'Dict' object has no attribute '__frozen'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels