read_dag_nodes_log

lsst.ctrl.bps.htcondor.read_dag_nodes_log(wms_path)

Read job information from the DAGMan nodes log file.

Parameters:
wms_pathstr

Path containing the DAGMan nodes log file.

Returns:
infodict [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.