read_dag_nodes_log#
- lsst.ctrl.bps.htcondor.read_dag_nodes_log(wms_path: str | PathLike) dict[str, dict[str, Any]]#
Read job information from the DAGMan nodes log file.
Parameters#
- wms_path
stroros.PathLike Path containing the DAGMan nodes log file.
Returns#
- info
dict[str,dict[str,Any]] HTCondor job information read from the log file mapped to HTCondor job id.
Raises#
- FileNotFoundError
If cannot find DAGMan node log in given wms_path.
- wms_path