-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set installed traitlets of pseudo/qe install widget when it's done (#262
) After PR #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.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters