Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 29, 2024
1 parent 3886624 commit 7673cc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ros2controlcli/ros2controlcli/verb/list_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@


def print_controller_state(c, args):
<<<<<<< HEAD
print(f'{c.name:20s}[{c.type:20s}] {c.state:10s}')
=======
state_color = ""
if c.state == "active":
state_color = bcolors.OKGREEN
Expand All @@ -35,7 +32,6 @@ def print_controller_state(c, args):
state_color = bcolors.WARNING

print(f"{c.name:20s}[{c.type:20s}] {state_color}{c.state:10s}{bcolors.ENDC}")
>>>>>>> 0711cd6 (Added spawner colours to `list_controllers` depending upon active or inactive (#1409))
if args.claimed_interfaces or args.verbose:
print('\tclaimed interfaces:')
for claimed_interface in c.claimed_interfaces:
Expand Down

0 comments on commit 7673cc3

Please sign in to comment.