From 78de94da697f836dbc690dc097c42c4f3b0a1507 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 29 Sep 2023 16:39:37 -1000 Subject: [PATCH] Update postprocessing.py --- covalent/_workflow/postprocessing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/covalent/_workflow/postprocessing.py b/covalent/_workflow/postprocessing.py index 182835129..c4541f99d 100644 --- a/covalent/_workflow/postprocessing.py +++ b/covalent/_workflow/postprocessing.py @@ -141,8 +141,8 @@ def _get_electron_metadata(self) -> Dict: Dictionary of metadata for the postprocess electron. """ - executor = self.lattice.get_metadata("executor") - executor_data = self.lattice.get_metadata("executor_data") + executor = self.lattice.get_metadata("workflow_executor") + executor_data = self.lattice.get_metadata("workflow_executor") pp_metadata = encode_metadata(DEFAULT_METADATA_VALUES.copy()) pp_metadata["executor"] = executor pp_metadata["executor_data"] = executor_data