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
Currently the Bouncer class raises a KeyError instead of an attribute error when accessing non-existent variables even when running getattr on the class. It should properly handle this, and possibly just return None instead of raising when a value isn't defined.
The text was updated successfully, but these errors were encountered:
Currently the
Bouncer
class raises aKeyError
instead of an attribute error when accessing non-existent variables even when runninggetattr
on the class. It should properly handle this, and possibly just returnNone
instead of raising when a value isn't defined.The text was updated successfully, but these errors were encountered: