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_path
stroros.PathLike Path containing the file with the DAGMan job info.
Returns#
- 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