htc_tweak_log_info¶
- lsst.ctrl.bps.htcondor.htc_tweak_log_info(wms_path: str | Path, job: dict[str, Any]) None¶
Massage the given job info has same structure as if came from condor_q.
- Parameters:
- wms_path
str|os.PathLike Path containing an HTCondor event log file.
- job
dict[str,Any] A mapping between HTCondor job id and job information read from the log.
- wms_path