test lenght for a slave that have list as callback_params

This commit is contained in:
2017-01-26 21:18:57 +01:00
parent 372ce5ea1e
commit 7b0a9891e2
2 changed files with 18 additions and 1 deletions

View File

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