htc_write_attribs¶
- lsst.ctrl.bps.htcondor.htc_write_attribs(stream, attrs)¶
- Write job attributes in HTCondor format to writeable stream. - Parameters:
- streamTextIOBase
- Output text stream (typically an open file). 
- attrsdict
- HTCondor job attributes (dictionary of attribute key, value). 
 
- stream