We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73870a commit eb812baCopy full SHA for eb812ba
scripts/package.py
@@ -561,7 +561,7 @@ def str2bool(v):
561
json.dump(packages, metadata, indent=4)
562
563
# 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:
+ if check_files_in_directory(os.path.join(os.getcwd(), 'resources/queries/cards')) or not args.package_boards_or_mcus:
565
packages_cards = package_card_files(
566
repo_dir,
567
os.path.join(os.getcwd(), 'bsp/board/include/mcu_cards'),
0 commit comments