Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGdM committed Jun 27, 2022
1 parent d3eacdc commit 3e6ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_ros/launch_ros/utilities/evaluate_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def check_sequence_type_is_allowed(sequence):
'If the parameter is meant to be a string, try wrapping it in '
'launch_ros.parameter_descriptions.ParameterValue'
'(value, value_type=str)'.format(
type(yaml_evaluated_value),
type(yaml_evaluated_value),
evaluated_name
)
)
Expand Down

0 comments on commit 3e6ad65

Please sign in to comment.