Skip to content

Commit

Permalink
Qeinstall also
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 8, 2022
1 parent 2ef0ac6 commit 7b7d40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiidalab_qe/setup_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def _refresh_installed(self):
self.set_trait("error", str(error))
FN_DO_NOT_SETUP.touch()
else:
self.set_trait("installed", True)
self.set_message("OK")
finally:
self.set_trait("busy", False)
Expand Down
2 changes: 1 addition & 1 deletion aiidalab_qe/sssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _refresh_installed(self):
self.set_trait("error", str(error))
self.set_message(str(error))
else:
self.installed = True
self.set_trait("installed", True)
self.set_message("OK")
finally:
self.set_trait("busy", False)
Expand Down

0 comments on commit 7b7d40e

Please sign in to comment.