mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
fix(tools): Fix warning message from idf_tools.py
Closes https://github.com/espressif/esp-idf/pull/17586
This commit is contained in:
committed by
Roland Dobai
parent
4b2b5d7baf
commit
a2206083c8
@@ -1941,7 +1941,7 @@ def parse_targets_arg(targets_str: str) -> List[str]:
|
||||
if invalid_targets:
|
||||
warn(
|
||||
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)
|
||||
return targets
|
||||
|
Reference in New Issue
Block a user