Skip to content

Commit

Permalink
The default value of workdir clean button set to False (aiidalab#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Nov 8, 2023
1 parent 0da5836 commit b9b86bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/configuration/advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, default_protocol=None, **kwargs):
self.clean_workdir = ipw.Checkbox(
description="",
indent=False,
value=True,
value=False,
layout=ipw.Layout(max_width="20px"),
)
self.clean_workdir_description = ipw.HTML(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bands:
tot_charge: 0.0
pseudos:
Si: Si.upf
clean_workdir: true
clean_workdir: false
pdos:
dos:
parameters:
Expand Down

0 comments on commit b9b86bb

Please sign in to comment.