Skip to content

Commit

Permalink
Run restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 43ed453 commit d5bf603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ def main(argv: Sequence[str]) -> None:
flush_print("MISSING DEVICE CACHE - "+fix_instructions)
exit(1)
if device == "zap_commit" and False:
# Disabled; should check:
# Current branch when writing manifest
# Master in CI
# Disabled; should check:
# Current branch when writing manifest
# Master in CI
if cached_manifest[device] != ci_manifest[device]:
flush_print("BAD ZAP VERSION - "+fix_instructions)
exit(1)
Expand Down

0 comments on commit d5bf603

Please sign in to comment.