diff --git a/src/distributed_job_manager.py b/src/distributed_job_manager.py index af81441..4de9a1f 100644 --- a/src/distributed_job_manager.py +++ b/src/distributed_job_manager.py @@ -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)