Skip to content

Commit

Permalink
Update owlbot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
ohmayr and parthea authored Nov 5, 2024
1 parent 6ae9a65 commit 460c3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
if count < 1:
raise Exception(".coveragerc replacement failed.")

s.move([library], excludes=["**/gapic_version.py", "README.rst", "docs/**/*", "setup.py", "testing/constraints-3.7.txt", "testing/constraints-3.8.txt", "noxfile.py"])
s.move([library], excludes=["**/gapic_version.py", "README.rst", "docs/**/*", "setup.py", "testing/constraints-3.7.txt", "testing/constraints-3.8.txt"])
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 460c3da

Please sign in to comment.