mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 02:20:57 +02:00
Merge branch 'contrib/github_pr_17586_v5.5' into 'release/v5.5'
Fix warning message in install.sh. (GitHub PR) (v5.5) See merge request espressif/esp-idf!41947
This commit is contained in:
@@ -1941,7 +1941,7 @@ def parse_targets_arg(targets_str: str) -> List[str]:
|
|||||||
if invalid_targets:
|
if invalid_targets:
|
||||||
warn(
|
warn(
|
||||||
f'Targets: "{", ".join(invalid_targets)}" are not supported. '
|
f'Targets: "{", ".join(invalid_targets)}" are not supported. '
|
||||||
'Only allowed options are: {", ".join(targets_from_tools_json)}.'
|
f'Only allowed options are: {", ".join(targets_from_tools_json)}.'
|
||||||
)
|
)
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
return targets
|
return targets
|
||||||
@@ -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