Skip to content

Commit

Permalink
Rebase, conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 22, 2023
1 parent c7d1fda commit 64232c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/aiidalab_qe/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ def __init__(self, qe_auto_setup=True):
(self.configure_qe_app_work_chain_step, "pseudo_family_selector"),
(self.submit_qe_app_work_chain_step, "pseudo_family_selector"),
)
ipw.dlink(
(self.configure_qe_app_work_chain_step, "pseudo_setter"),
(self.submit_qe_app_work_chain_step, "pseudo_setter"),
)

ipw.dlink(
(self.submit_qe_app_work_chain_step, "process"),
Expand Down

0 comments on commit 64232c0

Please sign in to comment.