python and is not None causes exception code example
Example: is not none python
# To check if a variable is not None:
if x is not None:
# Do something
# To check if a variable is not None:
if x is not None:
# Do something