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
In file config/pyscript/apps/appname/__init__.py, __name__ previously was set to "app.appname". With recent changes to master it is now set to "app.appname.__init__".
It broke some of my scripts, though, the fix was simple. This should likely be mentioned in breaking changes.