Skip to content

Commit

Permalink
Fix dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 28, 2022
1 parent d5bf603 commit 9cdf590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,7 @@ def main(argv: Sequence[str]) -> None:
os.mkdir(device_out_dir)
shell.run_cmd(textwrap.dedent(f"""\
{_REPO_BASE_PATH}/scripts/tools/zap/generate.py \
{_CHEF_SCRIPT_PATH}/devices/{device_name}.zap -o {device_out_dir}
"""))
{_CHEF_SCRIPT_PATH}/devices/{device_name}.zap -o {device_out_dir}"""))
shell.run_cmd(f"touch {device_out_dir}/af-gen-event.h")
generate_device_manifest(include_zap_submod=True,
write_manifest_file=True)
Expand Down

0 comments on commit 9cdf590

Please sign in to comment.