Skip to content

Commit

Permalink
ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 23, 2024
1 parent 4da3427 commit e342d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upstream_utils/apriltag.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def copy_upstream_src(wpilib_root):
src_files = walk_cwd_and_copy_if(
lambda dp, f: (f.endswith(".c") or f.endswith(".cpp"))
and not dp.startswith("./example")
and not dp.startswith("./test")
and not f.endswith("getopt.c")
and not "py" in f
and not remove_tag(f),
Expand Down

0 comments on commit e342d3a

Please sign in to comment.