mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Missed a line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user