From a6c35ebd306f1b6004da53b561177f318f6f314e Mon Sep 17 00:00:00 2001 From: kmlefran Date: Wed, 10 Apr 2024 15:18:12 -0400 Subject: [PATCH] subproptools published --- aiida_aimall/calculations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiida_aimall/calculations.py b/aiida_aimall/calculations.py index 2deb770..656e378 100644 --- a/aiida_aimall/calculations.py +++ b/aiida_aimall/calculations.py @@ -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,