mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Add ability to add multiple jobs with same source file
This commit is contained in:
@@ -128,7 +128,7 @@ class RenderQueue:
|
||||
try:
|
||||
logger.debug("Saving Render History")
|
||||
output = {'timestamp': datetime.now().isoformat(),
|
||||
'jobs': [json.loads(j.json()) for j in cls.job_queue],
|
||||
'jobs': [j.json_safe_copy() for j in cls.job_queue],
|
||||
'clients': cls.render_clients}
|
||||
output_path = json_path or JSON_FILE
|
||||
with open(output_path, 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user