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 that case the while loop is never entered, and the line below it if not ok will throw a
File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\run_in_console.py", line 107, in scrollback_append
if not ok:
UnboundLocalError: local variable 'ok' referenced before assignment
location: <unknown location>:-1
blender-scripts/2.8/run_in_console.py
Lines 98 to 112 in 9eb5bec
in that case the while loop is never entered, and the line below it
if not ok
will throw anortikin/sverchok#2884
The text was updated successfully, but these errors were encountered: