htc_write_condor_file¶
- lsst.ctrl.bps.htcondor.htc_write_condor_file(filename: str | PathLike, job_name: str, job: RestrictedDict, job_attrs: dict[str, Any]) None¶
Write an HTCondor submit file.
- Parameters:
- filename
stror os.PathLike Filename for the HTCondor submit file.
- job_name
str Job name to use in submit file.
- job
RestrictedDict Submit script information.
- job_attrs
dict Job attributes.
- filename