Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] how is the -password option in condor_submit command expressed with the python bindings?
- Date: Fri, 10 Aug 2018 16:30:37 -0400
- From: Jose Caballero <jcaballero.hep@xxxxxxxxx>
- Subject: [HTCondor-users] how is the -password option in condor_submit command expressed with the python bindings?
Hi,
command line condor_submit has an input option -password.
How do you use it when submitting with the python bindings?
In a snippet like this:
schedd = htcondor.Schedd()
sub = htcondor.Submit( <classad_dict> )
with schedd.transaction() as txn:
sub.queue(txn, 1)
I don't see clearly where the password is set.
Any hint is more than welcome.
Thanks,
Jose