Skip to content

Commit 29e6ba4

Browse files
committed
Fixed bad merge
1 parent 8d0458c commit 29e6ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ inline NodeStatus RosActionNode<T>::tick()
364364

365365
if(!client_instance_)
366366
{
367-
throw BT::RuntimeError("RosActionNode: no client was specified neither as default or "
367+
throw BT::RuntimeError("RosActionNode: no client was specified, neither as default nor "
368368
"in the ports");
369369
}
370370

0 commit comments

Comments
 (0)