Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
christophfroehlich and destogl committed Jan 12, 2024
1 parent eadba5c commit 5e42962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros2controlcli/ros2controlcli/verb/set_controller_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main(self, *, args):

else:
return (
f'cannot put {matched_controller.name} in "inactive" state '
f"cannot put {matched_controller.name} in 'inactive' state "
f"from its current state {matched_controller.state}"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 ROS2Control Developer Team
# Copyright 2023 ros2_control Development Team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 5e42962

Please sign in to comment.