htc_check_dagman_output#
- lsst.ctrl.bps.htcondor.htc_check_dagman_output(wms_path: str | PathLike) str#
Check the DAGMan output for error messages.
Parameters#
- wms_path
stroros.PathLike Directory containing the DAGman output file.
Returns#
- message
str Message containing error messages from the DAGMan output. Empty string if no messages.
Raises#
- FileNotFoundError
If cannot find DAGMan standard output file in given wms_path.
- wms_path