mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Merge branch 'bugfix/fix_hints_templates' into 'master'
tools: fix hints templates See merge request espressif/esp-idf!19789
This commit is contained in:
@@ -109,8 +109,8 @@ def print_hints(*filenames: str) -> None:
|
||||
try:
|
||||
if variables_list:
|
||||
for variables in variables_list:
|
||||
hint_vars = variables['re_variables']
|
||||
re_vars = variables['hint_variables']
|
||||
hint_vars = variables['hint_variables']
|
||||
re_vars = variables['re_variables']
|
||||
regex = hint['re'].format(*re_vars)
|
||||
if re.compile(regex).search(output):
|
||||
try:
|
||||
|
Reference in New Issue
Block a user