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