Missed a line

This commit is contained in:
Brett Williams
2023-10-25 11:47:12 -05:00
parent fca2a9f441
commit 8574486443

View File

@@ -96,7 +96,7 @@ class DistributedJobManager:
Returns:
None
"""
local_job = RenderQueue.job_with_id(local_job_id)
subjob_id = subjob_data['id']
subjob_hostname = next((hostname.split('@')[1] for hostname in local_job.children if
hostname.split('@')[0] == subjob_id), None)