Skip to content

Commit

Permalink
update dev file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 committed Feb 29, 2024
1 parent 9197f49 commit 19a536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def copyright() -> None:
"""check for Graphcore copyright headers on relevant files"""
command = (
"find Makefile "
+ " ".join(PYTHON_ROOTS + ["besskge/custom_ops", ".gradient/"])
+ " ".join(PYTHON_ROOTS + ["besskge/custom_ops"])
+ " -type f -not -name *.pyc"
" | xargs grep -L 'Copyright (c) 202. Graphcore Ltd[.] All rights reserved[.]'"
)
Expand Down

0 comments on commit 19a536c

Please sign in to comment.