fix: unexpected kwarg argument_name (#8028)

This commit is contained in:
cthomas
2025-12-23 14:29:06 -08:00
committed by Caren Thomas
parent 6bf5c50f42
commit 0c25fad450

View File

@@ -1275,7 +1275,7 @@ class SyncServer(object):
argument_name="provider_name",
)
elif len(providers) > 1:
logger.warning(f"Multiple providers with name {provider_name} supported", argument_name="provider_name")
logger.warning(f"Multiple providers with name {provider_name} supported")
provider = providers[0]
else:
provider = providers[0]