There was an error while loading. Please reload this page.
1 parent 9492acb commit 445cab2Copy full SHA for 445cab2
1 file changed
bin/meshroom_compute
@@ -74,8 +74,8 @@ graph.update()
74
75
def killRunningJob(node) -> NoReturn:
76
""" Kills current job and try to avoid job restarting """
77
- jobInfos = node.nodeStatus.jobInfos
78
- submitterName = jobInfos.get("submitterName")
+ jobInfo = node.nodeStatus.jobInfo
+ submitterName = jobInfo.get("submitterName")
79
if not submitterName:
80
sys.exit(meshroom.MeshroomExitStatus.ERROR_NO_RETRY)
81
from meshroom.core import submitters
0 commit comments