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
It feels like there's a missing method. In src/ember/__init__.py, under the init method, the method reads in a config. If the config is a dict, it references config_manager.set(key,value)
but there is no set method on the config_manager class