There was an error while loading. Please reload this page.
1 parent 0ac094a commit 361cacbCopy full SHA for 361cacb
owlbot.py
@@ -99,13 +99,13 @@
99
if count < len(clients_to_patch):
100
raise Exception(err_msg)
101
102
+ # TODO(https://github.com/googleapis/python-pubsub/issues/1349): Move the emulator
103
+ # code below to test files.
104
count = s.replace(
105
clients_to_patch,
106
r"# initialize with the provided callable or the passed in class",
107
"""\g<0>
108
- # TODO(https://github.com/googleapis/python-pubsub/issues/1349): Move the emulator
- # code below to test files.
109
emulator_host = os.environ.get("PUBSUB_EMULATOR_HOST")
110
if emulator_host:
111
if issubclass(transport_init, type(self)._transport_registry["grpc"]):
0 commit comments