소스 검색

minor fix: add parameters in error msg of Plugin service returned no options (#21662)

tags/1.5.1
NeatGuyCoding 4 달 전
부모
커밋
a82943a83d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/core/plugin/impl/dynamic_select.py

+ 1
- 1
api/core/plugin/impl/dynamic_select.py 파일 보기

@@ -42,4 +42,4 @@ class DynamicSelectClient(BasePluginClient):
for options in response:
return options

raise ValueError("Plugin service returned no options")
raise ValueError(f"Plugin service returned no options for parameter '{parameter}' in provider '{provider}'")

Loading…
취소
저장