Skip to content

Commit

Permalink
Add default description and default_calc_job_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Nov 21, 2024
1 parent 24d6748 commit 46976e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aiidalab_qe/app/submission/code/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def __init__(
self,
*,
name="",
description,
default_calc_job_plugin,
description = "pw.x",
default_calc_job_plugin = "quantumespresso.pw",
code_widget_class=PwCodeResourceSetupWidget,
):
super().__init__(
Expand Down

0 comments on commit 46976e7

Please sign in to comment.