H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
35 stars 17 forks source link

Fix syntax warning about assert #408

Closed dpogue closed 6 months ago

dpogue commented 6 months ago

SyntaxWarning: assertion is always true, perhaps remove parentheses?

assert is a keyword, not a function, and using it with parentheses ends up being interpreted as a tuple argument (truthy) rather than a boolean assertion and a message