Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit bec22b4

Browse files
authored
chore: use default owlbot.py file (#475)
1 parent 20e6079 commit bec22b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if clean_up_generated_samples:
3636
shutil.rmtree("samples/generated_samples", ignore_errors=True)
3737
clean_up_generated_samples = False
38-
s.move([library], excludes=["**/gapic_version.py", "setup.py", "testing/constraints-3.7.txt"])
38+
s.move([library], excludes=["**/gapic_version.py"])
3939
s.remove_staging_dirs()
4040

4141
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)