We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2fea2 commit 433eb90Copy full SHA for 433eb90
packages/toolbox-core/src/toolbox_core/tool.py
@@ -316,8 +316,6 @@ def bind_parameters(
316
"""
317
param_names = set(p.name for p in self.__params)
318
for name in bound_params.keys():
319
- if name not in param_names:
320
- raise Exception(f"unable to bind parameters: no parameter named {name}")
321
if name in self.__bound_parameters:
322
raise ValueError(
323
f"cannot re-bind parameter: parameter '{name}' is already bound"
0 commit comments