Constant Schedule Issue

Hi,
The ConstantSchedule component fails when the _values input is a list of 24 values all of the equal.
Changing one of the a little bit solves it, but this is not an optimal solution.
The component complains about:

Runtime error (TypeErrorException): unsupported operand type(s) for +: ‘list’ and ‘NoneType’

Traceback:
line 91, in script

Thanks,
-A.

Thanks, @AbrahamYezioro . I just merged a fix:

I guess I missed this one as I am used to doing this case with a single value instead of a list of 24 values.

Thanks @chris. Very quick.
-A.