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 _find_LTSpice_wine() to get the installation to work. Otherwise it was throwing UnboundLocalError: local variable 'cmd' referenced before assignment
I had to add
in
_find_LTSpice_wine()to get the installation to work. Otherwise it was throwingUnboundLocalError: local variable 'cmd' referenced before assignment