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:
filenamestr or os.PathLike

Filename for the HTCondor submit file.

job_namestr

Job name to use in submit file.

jobRestrictedDict

Submit script information.

job_attrsdict

Job attributes.