htc_check_dagman_output

lsst.ctrl.bps.htcondor.htc_check_dagman_output(wms_path)

Check the DAGMan output for error messages.

Parameters:
wms_pathstr

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.