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_path
stroros.PathLike Path containing the file with the DAGMan job info.
Returns#
- filename
pathlib.Path Name of file containing the dag information.
- dag_info
dict[str,dict[str,Any]] HTCondor job information.
Raises#
- FileNotFoundError
If cannot find DAGMan job info file in the given location.
- wms_path