Skip to content

Commit

Permalink
Update bundle for changed .matter location
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 29, 2022
1 parent 6bf6ddb commit 290e0a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ def bundle(platform: str, device_name: str) -> None:
flush_print(f"No bundle function for {platform}!")
exit(1)
flush_print(f"Copying {matter_file}")
src_item = os.path.join(_REPO_BASE_PATH,
"zzz_generated",
"chef-"+device_name,
"zap-generated",
src_item = os.path.join(_DEVICE_FOLDER,
matter_file)
dest_item = os.path.join(_CD_STAGING_DIR, matter_file)
shutil.copy(src_item, dest_item)
Expand Down

0 comments on commit 290e0a0

Please sign in to comment.