Skip to content

Commit

Permalink
fix: fair point from zach
Browse files Browse the repository at this point in the history
  • Loading branch information
joshc-slac committed Sep 3, 2024
1 parent e7e3d39 commit a50c0dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions beams/behavior_tree/ActionWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ def __init__(self,
work_func=work_func,
proc_type=CAProcess,
add_args=(comp_cond, volatile_status))
self.comp_condition = comp_cond
self.__volatile_status__ = volatile_status

# Note: there may be a world where we define a common stop_func here in which case
# the class may have maintain a reference to voltaile_status and or comp_cond

0 comments on commit a50c0dd

Please sign in to comment.