test lenght for a slave that have list as callback_params
This commit is contained in:
@ -236,7 +236,6 @@ def carry_out_calculation(option, context, callback, callback_params,
|
||||
if index < len(ret):
|
||||
ret = ret[index]
|
||||
else:
|
||||
#FIXME really?
|
||||
ret = None
|
||||
else:
|
||||
raise SlaveError(_("callback cannot return a list for a "
|
||||
|
Reference in New Issue
Block a user