Skip to content

Commit

Permalink
Update owlbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 12, 2024
1 parent d20cc6d commit a1962a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Optimization/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down

0 comments on commit a1962a7

Please sign in to comment.