Closed jbmorley closed 3 years ago
It looks like there might have been a change in Jinja that means attribute errors are no longer swallowed, making it unsafe to access missing properties. This change addresses that by ensuring missing properties return None.
It looks like there might have been a change in Jinja that means attribute errors are no longer swallowed, making it unsafe to access missing properties. This change addresses that by ensuring missing properties return None.