Skip to content

Commit

Permalink
subproptools published
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Apr 10, 2024
1 parent 0a7f4ea commit a6c35eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_aimall/calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def define(cls, spec):
# Turn mpi off by default
spec.input("metadata.options.withmpi", valid_type=bool, default=False)

spec.input(
spec.input( # update parser here
"metadata.options.parser_name",
valid_type=str,
default=cls.DEFAULT_PARSER,
Expand Down

0 comments on commit a6c35eb

Please sign in to comment.