fix(tools): Fix warning message from idf_tools.py

This commit is contained in:
Roland Dobai
2025-09-15 17:01:17 +02:00
committed by BOT
parent b13dcadfa2
commit 791a70e6f3

View File

@@ -2415,7 +2415,7 @@ def action_export(args: Any) -> None:
except ValueError: except ValueError:
fatal( fatal(
'Both of the directories (..\\idf-exe\\.. and ..\\tools) ' '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: if export_vars: