Skip to content

Commit 2072d87

Browse files
committed
ci(stm32variant): list only directories
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 92a4986 commit 2072d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/update/stm32variant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ def aggregate_dir():
20632063
# Get all mcu_dir
20642064
mcu_dirs = sorted(mcu_family.glob("*/"))
20652065
# Get original directory list of current serie STM32YYxx
2066-
mcu_out_dirs_ori = sorted(out_family_path.glob("*/"))
2066+
mcu_out_dirs_ori = sorted(out_family_path.glob("*/**"))
20672067
mcu_out_dirs_up = []
20682068
# Group mcu directories when only expressions and xml file name are different
20692069
while mcu_dirs:

0 commit comments

Comments
 (0)