Skip to content

Commit 4ba24f0

Browse files
authored
fixup: 3rd try...
Signed-off-by: Todd Baert <[email protected]>
1 parent 9e10577 commit 4ba24f0

File tree

1 file changed

+1
-1
lines changed
  • providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/connector

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/connector/grpc_watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def sync_flags(self) -> None:
110110
return
111111
except grpc.RpcError as e:
112112
logger.error(f"SyncFlags stream error, {e.code()=} {e.details()=}")
113-
# re-create the stub of there's a connection issue - otherwise reconnect does not work as expected
113+
# re-create the stub if there's a connection issue - otherwise reconnect does not work as expected
114114
if e.code() == grpc.StatusCode.UNAVAILABLE:
115115
self.stub, self.channel = self.create_stub()
116116
except json.JSONDecodeError:

0 commit comments

Comments
 (0)