Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Sep 2, 2024
1 parent bdf0856 commit d70c959
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ def launch_setup(context, *args, **kwargs):

# Spawn controllers
def controller_spawner(controller_with_config):
arg_list = [
controller_with_config[0],
"-c",
controller_manager_node
]
arg_list = [controller_with_config[0], "-c", controller_manager_node]
if controller_with_config[1] is not None:
arg_list.append("-p")
arg_list.append(controller_with_config[1])
Expand Down

0 comments on commit d70c959

Please sign in to comment.