Skip to content

Commit 89e632f

Browse files
amilcarlucasCopilot
andcommitted
fix(auto-import): Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Amilcar Lucas <amilcar.lucas@iav.de>
1 parent 5d8eb62 commit 89e632f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

USERMANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ These files are crucial for the tool's operation and are organized in a specific
422422
and if not found, in the directory where the script is located.
423423

424424
- **Configuration Steps File**: The `configuration_steps_*.json` files (like `configuration_steps_ArduCopter.json`) define the workflow,
425-
for each intermediate parameter file. They provide the documentation links, explanations("why" and "why now"), mandatory/optional percentages,
425+
for each intermediate parameter file. They provide the documentation links, explanations ("why" and "why now"), mandatory/optional percentages,
426426
and advanced logic rules like `autoimport_nondefault_regexp` to automatically pull specific non-default parameters from the live flight controller into the GUI.
427427

428428
- **Default Parameter Values File**: The `00_defaults.param` file is located in the vehicle-specific directory.

ardupilot_methodic_configurator/data_model_configuration_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def process_configuration_step( # pylint: disable=too-many-locals
124124
# Create domain model parameters
125125
current_step_parameters = self._create_domain_model_parameters(selected_file, fc_parameters)
126126

127-
# Call the _apply_auto_imports import
127+
# Apply auto-imports for the current step
128128
self._apply_auto_imports(selected_file, fc_parameters, current_step_parameters)
129129

130130
# Check for ExpressLRS and add FLTMODE_CH warning

0 commit comments

Comments
 (0)