update_job_info#

lsst.ctrl.bps.htcondor.update_job_info(job_info, other_info)#

Update results of a job query with results from another query.

Parameters#

job_infodict [str, dict [str, Any]]

Results of the job query that needs to be updated.

other_infodict [str, dict [str, Any]]

Results of the other job query.

Returns#

job_infodict [str, dict [str, Any]]

The updated results.