Skip to content

Commit eb812ba

Browse files
Updated
1 parent d73870a commit eb812ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def str2bool(v):
561561
json.dump(packages, metadata, indent=4)
562562

563563
# Package all cards as separate packages
564-
if check_files_in_directory(os.path.join(os.getcwd(), 'resources/queries/mcu_cards')) or not args.package_boards_or_mcus:
564+
if check_files_in_directory(os.path.join(os.getcwd(), 'resources/queries/cards')) or not args.package_boards_or_mcus:
565565
packages_cards = package_card_files(
566566
repo_dir,
567567
os.path.join(os.getcwd(), 'bsp/board/include/mcu_cards'),

0 commit comments

Comments
 (0)