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
File ~/dev/self/magicgui/src/magicgui/widgets/bases/_container_widget.py:336, in ContainerWidget.update(self, mapping, **kwargs)
334 items = mapping.items() ifisinstance(mapping, Mapping) else mapping
335for key, value in items:
--> 336 getattr(self, key).value = value
337for key, value in kwargs.items():
338getattr(self, key).value = value
AttributeError: 'str' object has no attribute 'value'
thats because Container.name conflicts with Person.name
The text was updated successfully, but these errors were encountered:
thats because
Container.name
conflicts withPerson.name
The text was updated successfully, but these errors were encountered: