odoo_openupgrade_wizard/tools/tools_system.py aktualisiert

This commit is contained in:
Matthias Lotz 2025-05-19 20:57:08 +02:00
parent 6bb379d92b
commit a362783e6d

View File

@ -90,7 +90,7 @@ def git_aggregate(folder_path: Path, config_path: Path, jobs: int):
jobs=jobs, jobs=jobs,
dirmatch=None, dirmatch=None,
do_push=False, do_push=False,
expand_env=False, expand_env=True,
env_file=None, env_file=None,
force=True, force=True,
) )