From 791a70e6f3ac2d499d1e6ea82ca8390def1e5e2c Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Mon, 15 Sep 2025 17:01:17 +0200 Subject: [PATCH] fix(tools): Fix warning message from idf_tools.py --- tools/idf_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/idf_tools.py b/tools/idf_tools.py index 0320243c45..7ceebbd82c 100755 --- a/tools/idf_tools.py +++ b/tools/idf_tools.py @@ -2415,7 +2415,7 @@ def action_export(args: Any) -> None: except ValueError: fatal( 'Both of the directories (..\\idf-exe\\.. and ..\\tools) ' - 'has to be in the PATH:\n\n{paths_to_check}\n' + f'has to be in the PATH:\n\n{paths_to_check}\n' ) if export_vars: