Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 21, 2022
1 parent cf7b182 commit cba902d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/chef/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ All CI jobs for chef can be found in `.github/workflows/chef.yaml`.

These jobs use a platform-specific image with base `chip-build`.

CI jobs call chef with the options `--ci -t <PLATFORM>`. The `--ci`
option will execute builds for all devices specified in
`cicd_config["ci_allow_list"]` defined in `chef.py` (so long as these devices
are also in `/devices`) on the specified platform.
CI jobs call chef with the options `--ci -t <PLATFORM>`. The `--ci` option will
execute builds for all devices specified in `cicd_config["ci_allow_list"]`
defined in `chef.py` (so long as these devices are also in `/devices`) on the
specified platform.
1 change: 0 additions & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def main(argv: Sequence[str]) -> None:

splash()


#
# ZAP bootstrapping
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/zap_regen_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def generate(self):
subprocess.check_call(cmd)
if "chef" in self.zap_config:
af_gen_event = os.path.join(self.output_dir, "af-gen-event.h")
with open(af_gen_event, "w+"): # Empty file needed for linux
with open(af_gen_event, "w+"): # Empty file needed for linux
pass
idl_path = self.zap_config.replace(".zap", ".matter")
target_path = os.path.join(self.output_dir, os.path.basename(idl_path))
Expand Down

0 comments on commit cba902d

Please sign in to comment.