simplify
This commit is contained in:
parent
8b82e393fe
commit
0b66c96f5e
1 changed files with 12 additions and 14 deletions
|
@ -203,9 +203,7 @@ class Base(object):
|
|||
calculator.__name__,
|
||||
self.impl_get_display_name()))
|
||||
has_index = False
|
||||
if is_multi and func_args:
|
||||
# there is extra args/kwargs
|
||||
if not self.impl_is_dynoptiondescription():
|
||||
if is_multi and func_args and not self.impl_is_dynoptiondescription():
|
||||
if calculator_params is None:
|
||||
calculator_params = Params()
|
||||
params = list(calculator_params.args)
|
||||
|
|
Loading…
Reference in a new issue