Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 020d411

Browse files
authored
update replacement in owlbot.py
1 parent 96f95c7 commit 020d411

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
@@ -34,7 +34,7 @@
3434
shutil.rmtree("samples/generated_samples", ignore_errors=True)
3535
clean_up_generated_samples = False
3636

37-
if library.name != "v1alpha":
37+
if library.name not in ("v1alpha", "v1beta"):
3838
# We don't want the generated client to be accessible through
3939
# "google.cloud.bigquery_storage", replace it with the hand written client that
4040
# wraps it.

0 commit comments

Comments
 (0)