read_dag_info#

lsst.ctrl.bps.htcondor.read_dag_info(wms_path: str | PathLike) dict[str, dict[str, Any]]#

Read custom DAGMan job information from the file.

Parameters#

wms_pathstr or os.PathLike

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.