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
str
oros.PathLike
Directory containing the DAGman output file.
- wms_path
- Returns:
- message
str
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.