We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f088e5 commit 10a888cCopy full SHA for 10a888c
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