Skip to content

Commit

Permalink
Set default to clean up of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Oct 6, 2023
1 parent 0eaf571 commit 22fb317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def define(cls, spec):
super().define(spec)
spec.input('structure', valid_type=StructureData,
help='The inputs structure.')
spec.input('clean_workdir', valid_type=orm.Bool, default=lambda: orm.Bool(False),
spec.input('clean_workdir', valid_type=orm.Bool, default=lambda: orm.Bool(True),
help='If `True`, work directories of all called calculation will be cleaned at the end of execution.')
spec.input('properties', valid_type=orm.List, default=lambda: orm.List(),
help='The properties to calculate, used to control the logic of QeAppWorkChain.')
Expand Down

0 comments on commit 22fb317

Please sign in to comment.