Skip to content

Commit 992cc61

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e1e9142 commit 992cc61

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

ardupilot_methodic_configurator/configuration_steps_strings.py

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,18 @@ def configuration_steps_descriptions() -> None:
350350
_config_steps_descriptions = _("Name of tool/process that automatically changes these parameters")
351351
_config_steps_descriptions = _("Name/description of external tool needed")
352352
_config_steps_descriptions = _("New value for the parameter")
353-
_config_steps_descriptions = _("Optional Python expression; if present, the parameter is only applied when this expression evaluates to true")
354-
_config_steps_descriptions = _("Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true")
355-
_config_steps_descriptions = _("Parameters to remove from the configuration file, optionally conditioned on a Python expression")
356-
_config_steps_descriptions = _("Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true.")
353+
_config_steps_descriptions = _(
354+
"Optional Python expression; if present, the parameter is only applied when this expression evaluates to true"
355+
)
356+
_config_steps_descriptions = _(
357+
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
358+
)
359+
_config_steps_descriptions = _(
360+
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
361+
)
362+
_config_steps_descriptions = _(
363+
"Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true."
364+
)
357365
_config_steps_descriptions = _("Phases of the configuration process")
358366
_config_steps_descriptions = _("Previous filenames for this step")
359367
_config_steps_descriptions = _("Python expression; the parameter is added from the FC only when this evaluates to true")

0 commit comments

Comments
 (0)