lundi 27 juillet 2020

Evaluate boolean variable in Python

How can I evaluate if a env variable is a boolean True, in Python? Is it correct to use:

if os.environ['ENV_VAR'] is True:
      .......

Aucun commentaire:

Enregistrer un commentaire