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_info
dict[str,dict[str,Any]] Results of the job query that needs to be updated.
- other_info
dict[str,dict[str,Any]] Results of the other job query.
Returns#
- job_info
dict[str,dict[str,Any]] The updated results.
- job_info