[FIX] generate_odoo_command_options docstring

This commit is contained in:
Rémy Taymans 2025-01-31 13:14:43 +01:00
parent d595c6584c
commit 95f58f3a9f

View File

@ -132,7 +132,7 @@ def generate_odoo_command_options(
stop_after_init: bool = False,
) -> list:
"""
Generate Odoo command options as a string to append to any command.
Generate Odoo command options as a list of string to append to any command.
"""
odoo_env_path = get_odoo_env_path(ctx, migration_step["version"])