From dbc5a73583eaaa57fa2b18d03f7bac08eed0ec80 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 9 Aug 2026 20:19:48 +0200 Subject: [PATCH] changed path --- scripts/generate_test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_test_api.py b/scripts/generate_test_api.py index c66cbcc85..1b7228dd8 100644 --- a/scripts/generate_test_api.py +++ b/scripts/generate_test_api.py @@ -7,7 +7,7 @@ Workflow: 3. Write that block to test/test_api/test_api.h. 4. Run `pio run -e native-test -t exec`. -run with `python3 scripts/generate_test_api.py` +run with `python3 ./scripts/generate_test_api.py` """ import subprocess