Basically the title. Whenever I use assert, it always gives me a warning that says that there is an argument mismatch and I haven’t been able to silence it. Am I using it wrong or is it just something visual and I am not using it wrong?
As of now it’s a bug with the assert function that hasn’t been fixed yet where it thinks it needs 1 argument but it requires 2, you’re using it correctly. If you don’t want the warning, you can use an if statement for the time being until word goes about that it’s fixed