Skip to content

Commit

Permalink
MNT: Erroneous
Browse files Browse the repository at this point in the history
  • Loading branch information
joshc-slac committed Sep 4, 2024
1 parent a50c0dd commit 8cacd64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions beams/tree_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ def work_func(myself, comp_condition, volatile_status):
f"from node: {self.name}")
wait_for_tick.wait()

# Set to running
value = 0

# While termination_check is not True
while not comp_condition(): # TODO check work_gate.is_set()
py_trees.console.logdebug(
Expand Down Expand Up @@ -233,9 +230,6 @@ def work_func(myself, comp_condition, volatile_status):
f"from node: {self.name}")
wait_for_tick.wait()

# Set to running
value = 0

# While termination_check is not True
while not comp_condition(): # TODO check work_gate.is_set()
py_trees.console.logdebug(
Expand Down

0 comments on commit 8cacd64

Please sign in to comment.