Skip to content

Commit

Permalink
use spawner namespace for the fallback controllers retrieval as well
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jul 29, 2024
1 parent 45a4eb9 commit abc1e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def main(args=None):

if not fallback_controllers and param_file:
fallback_controllers = get_parameter_from_param_file(
controller_name, node.get_namespace(), param_file, "fallback_controllers"
controller_name, spawner_namespace, param_file, "fallback_controllers"
)

if fallback_controllers:
Expand Down

0 comments on commit abc1e12

Please sign in to comment.