Recast is_restricted() to a bool 0.3.0
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:54:20 +0000 (15:54 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:54:20 +0000 (15:54 +0000)
commit3b59b8a74388427be4e06d0dad558d597ee34ef4
tree7445d75189f2cc844f2f05ab4757e5016ba9162b
parent3878bed244ee3637eb0f3fc5e08840ef3b876dea
Recast is_restricted() to a bool

When returning from the is_restricted function, just coerce the
lookups to a boolean type rather than forcing False defaults for
each facet.
mudpy/misc.py