Skip to content

Commit b742d8d

Browse files
cupofcatgruebel
andauthored
Update providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/config.py
Co-authored-by: Anton Grübel <[email protected]> Signed-off-by: cupofcat <[email protected]>
1 parent 39ea40b commit b742d8d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __init__( # noqa: PLR0913
253253
# TODO: remove the metadata call entirely after https://github.com/open-feature/flagd/issues/1584
254254
# This is a temporary stop-gap solutions to support servers that don't implement sync.GetMetadata
255255
# (see: https://buf.build/open-feature/flagd/docs/main:flagd.sync.v1#flagd.sync.v1.FlagSyncService.GetMetadata).
256-
# Using this option sisables call to sync.GetMetadata
256+
# Using this option disables call to sync.GetMetadata
257257
# Disabling will prevent static context from flagd being used in evaluations.
258258
# GetMetadata and this option will be removed.
259259
self.sync_metadata_disabled = sync_metadata_disabled

0 commit comments

Comments
 (0)