Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] proper way to check fo undefined classAd in python
- Date: Tue, 21 Jun 2022 19:37:43 +0200
- From: Stefano Belforte <stefano.belforte@xxxxxxx>
- Subject: 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