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
Exception in <file.test.test> line 3:
def bar():
^
NameError: name 'result' is not defined
when triggered.
If I rename the outer variable (in foo()) everything works.
If i remove the append call everything works too.
The same code snippet executed without pyscript works fine.
The text was updated successfully, but these errors were encountered:
The following code snippet
fails with
when triggered.
If I rename the outer variable (in
foo()
) everything works.If i remove the
append
call everything works too.The same code snippet executed without pyscript works fine.
The text was updated successfully, but these errors were encountered: