Is it possible to get a iterable object of frames in daedline for nuke submission

I’ve managed to get a string frame list in my python script but I want to get an iterable object to loop through. Is this possible?

Hello @k99

Thanks for reaching out. I think you can use this instead: Deadline Scripting Reference: Deadline.Jobs.Job Class Reference but you will need a job object to use it.

FrameList is the just the string and it non iterable.