From b827e317032ce93b181a13fc9439eb906de512a5 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 11 Jun 2024 00:26:59 +0000 Subject: [PATCH] revert owlbot change --- Build/owlbot.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Build/owlbot.py b/Build/owlbot.py index c8bc088c64c7..51aabb022dc9 100644 --- a/Build/owlbot.py +++ b/Build/owlbot.py @@ -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(