AWS Thinkbox Discussion Forums

[Python script] No delete function for Job PluginInfo keys

Hello everyone. In my python script I have a Job instance. And I’m trying to modify the PluginInfo parameters. So in the scripting reference for the job class
https://docs.thinkboxsoftware.com/products/deadline/10.3/2_Scripting%20Reference/class_deadline_1_1_jobs_1_1_job.html
i found a function to get the plugin keys job.GetJobPluginInfoKeys(). After that I tried to modify their values with job.SetJobPluginInfoKeyValue(). And it works when I need to modify some already existing keys, or appending a new key-value pair. But if I need to delete some key from PluginInfo dictionary - I can’t do it (or don’t know how). Please help.

Privacy | Site terms | Cookie preferences