Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit a09adb5

Browse files
committed
fix owlbot
1 parent 5cf7e16 commit a09adb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

owlbot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_staging_dirs(
191191
library / "google/cloud/spanner_v1/services/*/transports/grpc*",
192192
library / "tests/unit/gapic/spanner_v1/*",
193193
],
194-
"options=\\[.*?\\]",
194+
"^\s+options=\\[.*?\\]",
195195
"""options=[
196196
("grpc.max_send_message_length", -1),
197197
("grpc.max_receive_message_length", -1),
@@ -223,7 +223,7 @@ def get_staging_dirs(
223223
library / "google/cloud/spanner_admin_instance_v1/services/*/transports/grpc*",
224224
library / "tests/unit/gapic/spanner_admin_instance_v1/*",
225225
],
226-
"options=\\[.*?\\]",
226+
"^\s+options=\\[.*?\\]",
227227
"""options=[
228228
("grpc.max_send_message_length", -1),
229229
("grpc.max_receive_message_length", -1),
@@ -246,7 +246,7 @@ def get_staging_dirs(
246246
library / "google/cloud/spanner_admin_database_v1/services/*/transports/grpc*",
247247
library / "tests/unit/gapic/spanner_admin_database_v1/*",
248248
],
249-
"options=\\[.*?\\]",
249+
"^\s+options=\\[.*?\\]",
250250
"""options=[
251251
("grpc.max_send_message_length", -1),
252252
("grpc.max_receive_message_length", -1),

0 commit comments

Comments
 (0)