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
I have added __BRYTHON__ to globals() as you suggested, but you are right, it would be better to access the values stored in __BRYTHON__ with modules such as os or sys. This means rewriting a few scripts, I will do it shortly. Thanks !
currently
__BRYTHON__
is implicitly available in browser mode in global scope,but is missing from
globals()
it would help to expose
__BRYTHON__
inglobals()
to avoid import errors in editor mode:__BRYTHON__
should not be automatically/implicitlymade available in browser mode in global scope at all
The text was updated successfully, but these errors were encountered: