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
Any uncaught exception that is raised in a property of a StoredObject gets reraised as AttributeError. I'm not sure that this is the desired behavior--it could break exception handling for users.
Any uncaught exception that is raised in a property of a
StoredObjectgets reraised asAttributeError. I'm not sure that this is the desired behavior--it could break exception handling for users.