[IMP] Litte code improvment, Removes useless transtyping
This commit is contained in:
parent
23cc76f7f0
commit
437cf41d4a
|
|
@ -325,7 +325,7 @@ def execute_click_odoo_python_files(
|
|||
if os.path.isfile(os.path.join(script_folder, f))
|
||||
and f[-3:] == ".py"
|
||||
]
|
||||
python_files = sorted([str(x) for x in python_files])
|
||||
python_files = sorted(python_files)
|
||||
|
||||
base_command = generate_odoo_command(
|
||||
ctx,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user