Skip to content

Commit

Permalink
Output actor state internally
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 26, 2024
1 parent 1d3ced5 commit 05a000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmopstools/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def update_state(
state: ActorState,
error_data: dict[str, Any] | None = None,
command: Command | None = None,
internal: bool = False,
internal: bool = True,
):
"""Updates the state and broadcasts the change."""

Expand Down

0 comments on commit 05a000f

Please sign in to comment.