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_pathstr or os.PathLike

Directory containing the DAGman output file.

Returns:
messagestr

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.