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_pathstroros.PathLike
- Directory containing the DAGman output file. 
 
- wms_path
- Returns:
- messagestr
- Message containing error messages from the DAGMan output. Empty string if no messages. 
 
- message
- Raises:
- FileNotFoundError
- If cannot find DAGMan standard output file in given wms_path.