Skip to content

Commit

Permalink
DOC: Use the intended value for the caput logging message
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Lentz <[email protected]>
  • Loading branch information
tangkong and ZLLentz committed Nov 20, 2024
1 parent 93edeb1 commit 2ac8df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beams/tree_config/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def work_func(comp_condition: Evaluatable) -> py_trees.common.Status:

# specific caput logic to SetPVActionItem
caput(self.pv, self.value)
logger.debug(f" <<-- ({self.name}): caput({self.pv}, {value})")
logger.debug(f" <<-- ({self.name}): caput({self.pv}, {self.value})")
return py_trees.common.Status.RUNNING
except Exception as ex:
logger.warning(f" <<-- ({self.name}): work failed, {ex}")
Expand Down

0 comments on commit 2ac8df7

Please sign in to comment.