Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Oct 7, 2024
1 parent d73870a commit eb812ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def str2bool(v):
json.dump(packages, metadata, indent=4)

# Package all cards as separate packages
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:
packages_cards = package_card_files(
repo_dir,
os.path.join(os.getcwd(), 'bsp/board/include/mcu_cards'),
Expand Down

0 comments on commit eb812ba

Please sign in to comment.