Skip to content

Commit

Permalink
fixed parameter from run python script
Browse files Browse the repository at this point in the history
  • Loading branch information
beckerzito committed Feb 12, 2024
1 parent d807f5e commit 7fcbf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/run_python_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main(app: str, factoryreset: bool, factoryreset_app_only: bool, app_args: st
log_cooking_threads, Fore.GREEN + "APP " + Style.RESET_ALL, app_process, log_queue)

script_command = [script, "--paa-trust-store-path", os.path.join(DEFAULT_CHIP_ROOT, MATTER_DEVELOPMENT_PAA_ROOT_CERTS),
'--log-format', '%(message)s', "--app-id", str(app_process.pid)] + shlex.split(script_args)
'--log-format', '%(message)s', "--app-pid", str(app_process.pid)] + shlex.split(script_args)

if script_gdb:
#
Expand Down

0 comments on commit 7fcbf8f

Please sign in to comment.