Skip to content

Commit

Permalink
Updated format for linting failures on the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doyle <[email protected]>
  • Loading branch information
cdsre committed Apr 9, 2024
1 parent ac822ee commit 2ff04f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chaostracing/oltp.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,10 @@ def continuous_hypothesis_iteration(self, iteration_index: int, state: Any) -> N
)
activity_name: str = probe["activity"]["name"]
with new_span(
f"activity: {activity_name}", span, start_time=child_start_ts, end_on_exit=False
f"activity: {activity_name}",
span,
start_time=child_start_ts,
end_on_exit=False,
) as child:
activity = probe["activity"]
child.set_attribute("chaostoolkit.activity.name", activity_name)
Expand Down

0 comments on commit 2ff04f7

Please sign in to comment.