Closed madsobitsoe closed 3 years ago
This is not a pretty solution, but it does work.
Style-wise I prefer to use is None over == None, but that's a minor nit I'll fix the next time I look at the code.
is None
== None
This is not a pretty solution, but it does work.