Skip to content

Commit

Permalink
Update postprocessing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 30, 2023
1 parent fa9ce45 commit 78de94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions covalent/_workflow/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78de94d

Please sign in to comment.