Hi, I am trying to add a script dependency from the “On Submission” event.
cloud_dep_file = RepositoryUtils.GetRootDirectory() + '\\custom\\dependency\\SBCloudUploadDependency.py'
job.SetScriptDependencies([cloud_dep_file])
RepositoryUtils.PendJob(job)
self.LogInfo(', '.join(sd))
Output;
INFO: \\sbas03\DeadlineRepository6\custom\dependency\SBCloudUploadDependency.py
INFO: \\sbas03\DeadlineRepository6\custom\dependency\SBCloudUploadDependency.py
Deadline Monitor Interface;
It is setting the value correctly but the Deadline Monitor Interface is not showing any dependency scripts.
Also I am not sure if the dependency script is being run at all, where should the logs be for the script?
Thanks,
Jack.