Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Aug 29, 2024
1 parent b2e9fc9 commit 17d93ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bos/operators/power_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _act(self, components: Union[List[dict],None]):
try:
self._tag_images(boot_artifacts, components)
except Exception as e:
raise Exception(f"Error encountered tagging images {e}.")
raise Exception(f"Error encountered tagging images {e}.") from e
try:
self._set_bss(boot_artifacts, bos_sessions=sessions)
except Exception as e:
Expand Down

0 comments on commit 17d93ee

Please sign in to comment.