read_dag_info#

lsst.ctrl.bps.htcondor.read_dag_info(wms_path: str | PathLike) tuple[Path, 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#

filenamepathlib.Path

Name of file containing the dag information.

dag_infodict [str, dict [str, Any]]

HTCondor job information.

Raises#

FileNotFoundError

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