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
…iidalab#262)
After PR aiidalab#251 there is an issue that `SSSPInstallWidget` can not update the state to installed even if the pseudo libraries are properly installed.
The reason is that SSSPInstallWidget once updates the installed traitlets in `_refresh_installed` but not in the new implementation.
The way to fix this is to set the `installed` state if function `install()` finished okay.
Initially requested by @giovannipizzi.
The text was updated successfully, but these errors were encountered: