Skip to content

Commit

Permalink
Fix a linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Aug 12, 2024
1 parent edd0bd7 commit 45995b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hooks/diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
prj.set_top('Top')

for hook_name, hook in hooks.items():
prj.add_hook('postpar', hook)
prj.add_hook('postpar', hook)

prj.make()

0 comments on commit 45995b8

Please sign in to comment.