Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshc-slac committed Nov 4, 2024
1 parent 6c507bb commit 9e7de8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beams/tests/artifacts/im2l0_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion beams/tree_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def work_func(comp_condition: Evaluatable) -> py_trees.common.Status:
self.do_once = True

# Set to running
value = caget(self.pv, as_string=isinstance(self.value, str)) # double caget, this is uneeded as currently the comp_condition has caget
value = caget(self.pv, as_string=isinstance(self.value, str)) # double caget, this is uneeded as currently the comp_condition has caget

if comp_condition():
self.do_once = False
Expand Down

0 comments on commit 9e7de8b

Please sign in to comment.