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

Re: [HTCondor-users] proper way to check fo undefined classAd in python



yes, this works as well
 if not( someAd == classad.Value.Undefined)
and the fact that it behave differently than using != is a bit unpleasant

Kindly let me know what's the correct syntax

Stefano