Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshc-slac committed Oct 19, 2024
1 parent 890daa6 commit 8163b9c
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 @@ -92,4 +92,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion beams/tree_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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 8163b9c

Please sign in to comment.