AY-745 - added field to carry over deadline info

Should be refactored into more generic if necessary
This commit is contained in:
Petr Kalis 2024-03-26 13:37:27 +01:00
parent 6b0568a3ed
commit 12d49cbe61

View file

@ -80,6 +80,7 @@ class RenderInstance(object):
anatomyData = attr.ib(default=None)
outputDir = attr.ib(default=None)
context = attr.ib(default=None)
deadline = attr.ib(default=None)
@frameStart.validator
def check_frame_start(self, _, value):