minor fix: add parameters in error msg of Plugin service returned no options

pull/21662/head
neatguycoding 11 months ago
parent 37e19de7ab
commit e0f8d11841

@ -42,4 +42,4 @@ class DynamicSelectClient(BasePluginClient):
for options in response: for options in response:
return options return options
raise ValueError("Plugin service returned no options") raise ValueError(f"Plugin service returned no options for parameter '{parameter}' in provider '{provider}'")

Loading…
Cancel
Save