From b2ec317d9662e19081413b0c8fe6c39bedb148a4 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 e1d8d2c791..12d3d85303 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: