read_dag_status#
- lsst.ctrl.bps.htcondor.read_dag_status(wms_path: str | PathLike) dict[str, Any]#
Read the node status file for DAG summary information.
Parameters#
- wms_path
stror `os.PathLike Path that includes node status file for a run.
Returns#
- dag_ad
dict[str,Any] DAG summary information, counts summed across any subdags.
- wms_path