This commit is contained in:
Emmanuel Garette 2018-04-16 21:07:20 +02:00
parent 8b82e393fe
commit 0b66c96f5e
1 changed files with 12 additions and 14 deletions

View File

@ -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)