diff --git a/atomate/vasp/firetasks/run_calc.py b/atomate/vasp/firetasks/run_calc.py index 843d49df1..9d6959719 100644 --- a/atomate/vasp/firetasks/run_calc.py +++ b/atomate/vasp/firetasks/run_calc.py @@ -204,7 +204,8 @@ def run_task(self, fw_spec): c.run() if os.path.exists(zpath("custodian.json")): - return FWAction(stored_data=loadfn(zpath("custodian.json"))) + stored_custodian_data = {"custodian": loadfn(zpath("custodian.json"))} + return FWAction(stored_data=stored_custodian_data) @explicit_serialize