mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 02:20:57 +02:00
fix(tools): Fix warning message from idf_tools.py
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user