[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] how to validate Collector and Schedd initilization with the python bindings?



Hi,

naively, one would expect an Exception when doing something like this

         import htcondor
         coll = htcondor.Collector(" a fake collector ")

which is not the case.
Ditto with Schedd( )

What is the best way to test it right after initialization w/o
triggering any real action?

Thanks,
Jose