[FIX] generate_odoo_command_options docstring
This commit is contained in:
parent
d595c6584c
commit
95f58f3a9f
|
|
@ -132,7 +132,7 @@ def generate_odoo_command_options(
|
||||||
stop_after_init: bool = False,
|
stop_after_init: bool = False,
|
||||||
) -> list:
|
) -> 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"])
|
odoo_env_path = get_odoo_env_path(ctx, migration_step["version"])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user