read_dag_info

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

Read custom DAGMan job information from the file.

Parameters:
wms_pathstr

Path containing the file with the DAGMan job info.

Returns:
dag_infodict [str, dict [str, Any]]

HTCondor job information.

Raises:
FileNotFoundError

If cannot find DAGMan job info file in the given location.