• Robert Schmidt's avatar
    Bugfix: "or None" is useless · 19c6d20b
    Robert Schmidt authored
    "or None" would assign if the first term is false-y. But not specifying
    it would already lead to the variable being set to None.
    19c6d20b
main.py 21.9 KB